TTMSFNCBloxImageBlock.SetBounds Method
Sets the position and size of the block in a single call.
API unit family: TMSFNCBloxCoreBlock
Declaring type: TTMSFNCBloxImageBlock
Inherited from: TTMSFNCBloxBlock
Syntax
procedure SetBounds(ALeft, ATop, AWidth, AHeight: double);
Parameters
| Name | Description |
|---|---|
ALeft |
New left coordinate, in block coordinates. |
ATop |
New top coordinate, in block coordinates. |
AWidth |
New width. |
AHeight |
New height. |