TTMSFNCGraphicsContext.PathClose Method
Closes the current sub-path in native path
APathby adding a line to the starting point.
API unit family: TMSFNCGraphics
Declaring type: TTMSFNCGraphicsContext
Syntax
procedure PathClose(APath: Pointer); virtual; abstract;
Parameters
| Name | Description |
|---|---|
APath |
Pointer to the native path object to close. |