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