Create a deep copy of this graphics state.

 

   

Syntax
 

[C#]
GraphicsState Clone()

 

   

Params
 
Name Description
return The copy.

 

   

Notes
 

Create a deep copy of this graphics state.

 

   

Example
 

None.