TTMSFNCBloxNavigatorController.MoveTo Method
Scrolls the linked control so that its visible region follows the given overview point while a move is active.
API unit family: TMSFNCBloxNavigator
Declaring type: TTMSFNCBloxNavigatorController
Syntax
procedure MoveTo(AX, AY: Single);
Remarks
Has no effect unless a move interaction was started with StartMoving.
Parameters
| Name | Description |
|---|---|
AX |
The horizontal coordinate, in navigator pixels, the visible region is dragged toward. |
AY |
The vertical coordinate, in navigator pixels, the visible region is dragged toward. |