CloseFigure
Closes figure. Any existing path is closed by joining the last point to the first.
Syntax
[C#]
void CloseFigure();
[Visual Basic]
Sub CloseFigure()
Notes
None.
Example
None.