TTMSFNCGraphicsPathPointKind Enumeration
Specifies the role of a point within a graphics path.
API unit family: TMSFNCGraphicsTypes
Members
| Name | Description |
|---|---|
gppMoveTo |
Moves the current position to the point without drawing. |
gppLineTo |
Draws a straight line from the current position to the point. |
gppCurveTo |
Draws a cubic Bezier curve segment to the point. |
gppClose |
Closes the current path subpath by connecting back to its start point. |