|
| Class | Description |
|---|
.gif) | Bitmap |
Encapsulates a GDI+ bitmap, which consists of the pixel data for a graphics image and its attributes. A Bitmap is an object used to work with images defined by pixel data.
|
.gif) | Brush |
Defines objects used to fill the interiors of graphical shapes such as rectangles, ellipses, pies, polygons, and paths.
|
.gif) | Brushes |
Brushes for all the standard colors. This class cannot be inherited.
|
.gif) | BufferedGraphics |
Provides a graphics buffer for double buffering.
|
.gif) | BufferedGraphicsContext |
Provides methods for creating graphics buffers that can be used for double buffering.
|
.gif) | BufferedGraphicsManager |
Provides access to the main buffered graphics context object for the application domain.
|
.gif) | ColorConverter |
Converts colors from one data type to another. Access this class through the TypeDescriptor.
|
.gif) | ColorTranslator |
Translates colors to and from GDI+ Color structures. This class cannot be inherited.
|
.gif) | Font |
Defines a particular format for text, including font face, size, and style attributes. This class cannot be inherited.
|
.gif) | FontConverter |
Converts Font objects from one data type to another.
|
.gif) | FontConverter..::.FontNameConverter | Infrastructure. FontConverter..::.FontNameConverter is a type converter that is used to convert a font name to and from various other representations.
|
.gif) | FontConverter..::.FontUnitConverter | Infrastructure.
Converts font units to and from other unit types.
|
.gif) | FontFamily |
Defines a group of type faces having a similar basic design and certain variations in styles. This class cannot be inherited.
|
.gif) | Graphics |
Encapsulates a GDI+ drawing surface. This class cannot be inherited.
|
.gif) | Icon |
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.
|
.gif) | IconConverter |
Converts an Icon object from one data type to another. Access this class through the TypeDescriptor object.
|
.gif) | Image |
An abstract base class that provides functionality for the Bitmap and Metafile descended classes.
|
.gif) | ImageAnimator |
Animates an image that has time-based frames.
|
.gif) | ImageConverter | ImageConverter is a class that can be used to convert Image objects from one data type to another. Access this class through the TypeDescriptor object.
|
.gif) | ImageFormatConverter | ImageFormatConverter is a class that can be used to convert ImageFormat objects from one data type to another. Access this class through the TypeDescriptor object.
|
.gif) | Pen |
Defines an object used to draw lines and curves. This class cannot be inherited.
|
.gif) | Pens |
Pens for all the standard colors. This class cannot be inherited.
|
.gif) | PointConverter |
Converts a Point object from one data type to another. Access this class through the TypeDescriptor object.
|
.gif) | RectangleConverter |
Converts rectangles from one data type to another. Access this class through the TypeDescriptor.
|
.gif) | Region |
Describes the interior of a graphics shape composed of rectangles and paths. This class cannot be inherited.
|
.gif) | SizeConverter |
The SizeConverter class is used to convert from one data type to another. Access this class through the TypeDescriptor object.
|
.gif) | SizeFConverter |
Converts SizeF objects from one type to another.
|
.gif) | SolidBrush |
Defines a brush of a single color. Brushes are used to fill graphics shapes, such as rectangles, ellipses, pies, polygons, and paths. This class cannot be inherited.
|
.gif) | StringFormat |
Encapsulates text layout information (such as alignment, orientation and tab stops) display manipulations (such as ellipsis insertion and national digit substitution) and OpenType features. This class cannot be inherited.
|
.gif) | SystemBrushes |
Each property of the SystemBrushes class is a SolidBrush that is the color of a Windows display element.
|
.gif) | SystemColors |
Each property of the SystemColors class is a Color structure that is the color of a Windows display element.
|
.gif) | SystemFonts |
Specifies the fonts used to display text in Windows display elements.
|
.gif) | SystemIcons |
Each property of the SystemIcons class is an Icon object for Windows system-wide icons. This class cannot be inherited.
|
.gif) | SystemPens |
Each property of the SystemPens class is a Pen that is the color of a Windows display element and that has a width of 1 pixel.
|
.gif) | TextureBrush |
Each property of the TextureBrush class is a Brush object that uses an image to fill the interior of a shape. This class cannot be inherited.
|
.gif) | ToolboxBitmapAttribute |
Allows you to specify an icon to represent a control in a container, such as the Microsoft Visual Studio Form Designer.
|