TTMSFNCBloxElement.MovePosition Method
Moves the element by the given horizontal and vertical offsets.
API unit family: TMSFNCBloxCoreElement
Declaring type: TTMSFNCBloxElement
Syntax
procedure MovePosition(ADeltaX, ADeltaY: double); virtual; abstract;
Parameters
| Name | Description |
|---|---|
ADeltaX |
Horizontal offset to move by, in element coordinates. |
ADeltaY |
Vertical offset to move by, in element coordinates. |