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