Create a deep copy of this graphics state.

 

   

Syntax
 

[C#]
GraphicsState Clone()

[Visual Basic]
Clone() As GraphicsState

 

   

Params
 
Name Description
return The copy.

 

   

Notes
 

Create a deep copy of this graphics state.

 

   

Example
 
None.