Table of Contents

TTMSFNCBloxElement.GetLinkPoint Method

Returns the coordinates of the specified link point. Descendants can override this to convert their own link point coordinates into element coordinates.

API unit family: TMSFNCBloxCoreElement Declaring type: TTMSFNCBloxElement

Syntax

function GetLinkPoint(ALinkPoint: TTMSFNCBloxLinkPoint): TTMSFNCBloxPoint; virtual;

Parameters

Name Description
ALinkPoint Link point whose position is requested.

Returns

The position of the link point, in element coordinates.