Make a deep copy of this object.
Syntax

[C#]

Object Clone();

[Visual Basic]

Function Clone() As Object
Params
Name Description
return A deep copy of this object.
Notes

Use this method to create a deep copy. Also consider calling Reset if you don't need a new object but you only want to change the draw options properties.

See Also

Reset

Example

None.