March 2003
Intermediate to advanced
896 pages
32h 35m
English
GraphicsContainer
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 }
System.Object
→ System.MarshalByRefObject → GraphicsContainer
System.Drawing.Graphics.BeginContainer()
System.Drawing.Graphics.EndContainer()