Scrolls the current view by the specified horizontal and vertical translation delta values.
Namespace: Ico.GwxAssembly: GwxRuntimeViewControl (in GwxRuntimeViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public void PanBy(
double deltax,
double deltay
) |
Visual Basic |
---|
Public Sub PanBy ( _
deltax As Double, _
deltay As Double _
) |
JScript |
---|
public final function PanBy(
deltax : double,
deltay : double
) |
Parameters
- deltax
- Type: System..::..Double
The amount by which to translate the view horizontally.
- deltay
- Type: System..::..Double
The amount by which to translate the view vertically.
Implements
IGwxControlPanBy(Double, Double)See Also