TTMSFNCBloxLineJoin.SetPosition Method
Moves the top-left corner of the block to the given position, keeping its size.
API unit family: TMSFNCBloxCoreBlock
Declaring type: TTMSFNCBloxLineJoin
Inherited from: TTMSFNCBloxBlock
Syntax
procedure SetPosition(X, Y: double);
Parameters
| Name | Description |
|---|---|
X |
New left coordinate, in block coordinates. |
Y |
New top coordinate, in block coordinates. |