TTMSFNCGraphicsPathPoint Record
Stores a single point in a graphics path together with its path-command kind (move, line, Bezier curve, or close).
API unit family: TMSFNCGraphicsTypes
Syntax
TTMSFNCGraphicsPathPoint = record
Fields and properties
| Name | Type | Description |
|---|---|---|
Dummy |
Boolean |
Reserved padding field; present only on compilers that require an explicit field before the variant part and carries no meaning. |
Kind |
TTMSFNCGraphicsPathPointKind |
The path command this point represents, such as a move, a line, a Bezier control point, or a close. |
Point |
TPointF |
The coordinate of the point, in the coordinate space of the path that contains it. |