GraphicsState | marshal by reference |
System.Drawing.Drawing2D (system.drawing.dll) | sealed class |
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
System.MarshalByRefObject GraphicsState
Returned By
System.Drawing.Graphics.Save()
Passed To
System.Drawing.Graphics.Restore()
|