CloseAllFigures Method (GraphicsPath)
In This Topic
Closes all open figures in this path and starts a new figure. It closes each open figure by connecting a line from its endpoint to its starting point.
Syntax
'Declaration
Public Sub CloseAllFigures()
public void CloseAllFigures()
See Also