March 2003
Intermediate to advanced
896 pages
32h 35m
English
GraphicsState
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 }
System.Object
→ System.MarshalByRefObject → GraphicsState
System.Drawing.Graphics.Save()
System.Drawing.Graphics.Restore()
Read now
Unlock full access