Classes
| Class | Description | |
|---|---|---|
| BufferedFormCanvas |
This Canvas extends the default Gdi Canvas and implements a double buffer mechanism.
It uses a Graphics instance that is related to the given Form and uses a background
Bitmap and Graphics instance to render in the background.
| |
| FormCanvas |
This Canvas uses the default available Graphics object
to render drawing actions.
| |
| FormImage |
A technology-specific class that provides the functionality for image encapsulating code when
used on a System.Windows.Forms.Form.
|