This opaque type represents the state of a System.Drawing.Graphics object as saved using the Graphics.Save() method. You can restore the state using the Graphics.Restore() method. Compare this with the GraphicsContainer class, which offers equivalent functionality. public sealed class GraphicsState : MarshalByRefObject { // No public or protected members } Hierarchy System.Object Returned BySystem.Drawing.Graphics.Save() Passed ToSystem.Drawing.Graphics.Restore() |