Clone
Makes a deep copy of the GraphicsPath.
Syntax
[C#]
GraphicsPath Clone();
[Visual Basic]
Function Clone() As GraphicsPath
Notes
None.
Example
None.