Scrolls the current view to the specified horizontal and vertical translation values.
Namespace: Ico.GwxAssembly: GwxRuntimeViewControl (in GwxRuntimeViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public void PanTo(
double newx,
double newy
) |
Visual Basic |
---|
Public Sub PanTo ( _
newx As Double, _
newy As Double _
) |
JScript |
---|
public function PanTo(
newx : double,
newy : double
) |
Parameters
- newx
- Type: System..::..Double
The new horizontal translation.
- newy
- Type: System..::..Double
The new vertical translation.
See Also