GraphicsContainer

GraphicsContainer marshal by reference

System.Drawing.Drawing2D (system.drawing.dll) sealed class

This class encapsulates the state of a Graphics object. It is returned from System.Drawing.Graphics.BeginContainer() and can be used to restore the graphics state with System.Drawing.Graphics.EndContainer() . It is an opaque type and offers no additional methods .

 public sealed class  GraphicsContainer  : MarshalByRefObject {  // No public or protected members  } 

Hierarchy

System.Object System.MarshalByRefObject GraphicsContainer

Returned By

System.Drawing.Graphics.BeginContainer()

Passed To

System.Drawing.Graphics.EndContainer()



. 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