This class is used to draw on pictures, forms, or DrawingArea controls.
To draw anything, you must call the Draw.Begin method first, to indicate the drawing device, i.e. where you want to draw.
Once your drawing is finished, you must call the Draw.End method to release this drawing device.
- You cannot instanciate this class.
Referenced by: