Click here to show toolbars of the Web Online Help System: show toolbars
 

Wrap a canvas in a System.Drawing Graphics object.
Hierarchy
System.Object
    WebSupergoo.ImageGlue7.GDIPlus.CanvasWrapper
Interfaces
System.IDisposable
Notes

This class is sealed. It cannot be derived from.

This object provides methods for wrapping a canvas in a System.Drawing Graphics context therefore allowing you to draw on a canvas using System.Drawing.
Methods
Method Description
CanvasWrapper CanvasWrapper constructor.
Unwrap Unwraps the canvas.
Properties
Property Description
Graphics The System.Drawing Graphics context.
Example

See the class constructor.