Wrap a System.Drawing Graphics context in a Canvas.
Hierarchy
System.Object
    WebSupergoo.ImageGlue7.GDIPlus.GraphicsWrapper
Interfaces
System.IDisposable
Notes

This class is sealed. It cannot be derived from.

This object provides methods for wrapping a System.Drawing Graphics context in a Canvas.
Methods
Method Description
GraphicsWrapper GraphicsWrapper constructor.
Unwrap Unwraps a System.Drawing Graphics context from an ImageGlue Canvas object.
Properties
Property Description
Canvas The Canvas.
Example

See the class constructor.