TTMSFNCGraphicsContextiOS.PathClose Method
Closes the current open sub-path by connecting the last point back to the first point.
API unit family: TMSFNCGraphics.iOS
Declaring type: TTMSFNCGraphicsContextiOS
Syntax
procedure PathClose(APath: Pointer); override;
Parameters
| Name | Description |
|---|---|
APath |
Pointer to the path object to close. |