TTMSFNCBloxNavigatorController.StartMoving Method
Begins a move (scroll) interaction anchored at the given overview point.
API unit family: TMSFNCBloxNavigator
Declaring type: TTMSFNCBloxNavigatorController
Syntax
procedure StartMoving(AX, AY: Single);
Remarks
Only starts when the controller is idle and a linked control is assigned.
Parameters
| Name | Description |
|---|---|
AX |
The horizontal coordinate, in navigator pixels, where dragging starts. |
AY |
The vertical coordinate, in navigator pixels, where dragging starts. |