TTMSFNCBloxElement.DrawLinkPoint Method
Draws the specified link point on the canvas at the given point.
API unit family: TMSFNCBloxCoreElement
Declaring type: TTMSFNCBloxElement
Syntax
procedure DrawLinkPoint(ACanvas: TTMSFNCBloxDGRCanvas; ALinkPoint: TTMSFNCBloxLinkPoint; APoint: TTMSFNCBloxPoint);
Parameters
| Name | Description |
|---|---|
ACanvas |
Canvas the link point is drawn on. |
ALinkPoint |
Link point to draw. Nothing is drawn when it is not visible. |
APoint |
Position of the link point, in element coordinates. |