Class |
Description |
Bitmap |
Encapsultates a GDI+ bitmap. |
Brush |
Classes derrived from this abstract base class define objects used to fill the interiors of graphical shapes such as rectangles, ellipses, pies, polygons, and paths. |
Brushes |
Brushes for all the standard colors. |
ColorConverter |
ColorConverter is a class that can be used to convert colors from one data type to another. Access this class through the TypeDescriptor. |
ColorTranslator |
[To be supplied.] |
Cursor |
A cursor object is used to paint the mouse pointer. Different cursor shapes are used as visual queues to inform the user what operation the mouse will have. |
CursorConverter |
CursorConverter is a class that can be used to convert colors from one data type to another. Access this class through the TypeDescriptor. |
Cursors |
Standard cursors |
Font |
[To be supplied.] |
FontConverter |
FontConverter is a class that can be used to convert fonts from one data type to another. Access this class through the TypeDescriptor. |
FontFamily |
Abstracts a group of type faces having a similar basic design but having certain variation in styles. |
Graphics |
[To be supplied.] |
GraphicsAdvancedAttribute |
[To be supplied.] |
Icon |
This class represents a Windows icon, which is a small bitmap image used to represent an object. Icons can be thought of as transparent bitmaps, although their size is determined by the system. |
IconConverter |
IconConverter is a class that can be used to convert Icon from one data type to another. Access this class through the TypeDescriptor. |
Image |
[To be supplied.] |
ImageAnimator |
[To be supplied.] |
ImageConverter |
ImageConverter is a class that can be used to convert Image from one data type to another. Access this class through the TypeDescriptor. |
Pen |
Defines an object used to draw lines and curves. |
Pens |
Pens for all the standard colors. |
PointConverter |
PointConverter is a class that can be used to convert Point from one data type to another. Access this class through the TypeDescriptor. |
RectangleConverter |
RectangleConverter is a class that can be used to convert rectangles from one data type to another. Access this class through the TypeDescriptor. |
Region |
[To be supplied.] |
SizeConverter |
SizeConverter is a class that can be used to convert Size from one data type to another. Access this class through the TypeDescriptor. |
SolidBrush |
[To be supplied.] |
StringFormat |
[To be supplied.] |
SystemBrushes |
Brushes for select Windows system-wide colors. Whenever possible, try to use SystemPens and SystemBrushes rather than SystemColors. |
SystemColors |
Windows system-wide colors. Whenever possible, try to use SystemPens and SystemBrushes rather than SystemColors. |
SystemIcons |
Icon objects for Windows system-wide icons. |
SystemPens |
Pens for select Windows system-wide colors. Whenever possible, try to use SystemPens and SystemBrushes rather than SystemColors. |
TextureBrush |
[To be supplied.] |
ToolboxBitmapAttribute |
ToolboxBitmapAttribute defines the images associated with a specified component. The component can offer a small and large image (large is optional). |