GraphicsState

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()



. Net Windows Forms in a Nutshell
.NET Windows Forms in a Nutshell
ISBN: 0596003382
EAN: 2147483647
Year: 2002
Pages: 794

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net