TTMSFNCBloxBlock.GetLinkPoint Method
Returns the position of the given link point in client coordinates, taking the current bounds and rotation of the block into account.
API unit family: TMSFNCBloxCoreBlock
Declaring type: TTMSFNCBloxBlock
Syntax
function GetLinkPoint(ALinkPoint: TTMSFNCBloxLinkPoint): TTMSFNCBloxPoint; override;
Parameters
| Name | Description |
|---|---|
ALinkPoint |
The link point whose position is requested. |
Returns
The link point position in client coordinates.