TTMSFNCBloxSideLine.MovePosition Method
Offsets every handle of the line by the given amounts, moving the whole line.
API unit family: TMSFNCBloxCoreLine
Declaring type: TTMSFNCBloxSideLine
Inherited from: TTMSFNCBloxLine
Syntax
procedure MovePosition(ADeltaX, ADeltaY: double); override;
Parameters
| Name | Description |
|---|---|
ADeltaX |
Horizontal offset, in element coordinates. |
ADeltaY |
Vertical offset, in element coordinates. |