TTMSFNCBloxTextBlock.MovePosition Method
Moves the block by the given horizontal and vertical offsets.
API unit family: TMSFNCBloxCoreBlock
Declaring type: TTMSFNCBloxTextBlock
Inherited from: TTMSFNCBloxBlock
Syntax
procedure MovePosition(ADeltaX, ADeltaY: double); override;
Parameters
| Name | Description |
|---|---|
ADeltaX |
Horizontal offset to add to the position. |
ADeltaY |
Vertical offset to add to the position. |