| Bitmap | Encapsulates a bitmap, which consists of the pixel data for a graphics image and its attributes. |
| Brush | Classes derived 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. This class cannot be inherited. |
| CharacterRange | Specifies a range of character positions within a string. |
| ContentAlignment | Specifies alignment of content on the drawing surface. |
| Font | Defines a particular format for text, including font face, size, and style attributes. This class cannot be inherited. |
| FontConverter | FontConverter is a class that can be used to convert fonts from one data type to another. Access this class through the TypeDescriptor. |
| FontConverter.FontNameConverter | FontNameConverter is a type converter that is used to convert a font name to and from various other representations. This API supports the product infrastructure and is not intended to be used directly from your code. |
| FontConverter.FontUnitConverter | Converts font units to and from other unit types. This API supports the product infrastructure and is not intended to be used directly from your code. |
| FontFamily | Defines a group of type faces having a similar basic design and certain variations in styles. This class cannot be inherited. |
| FontStyle | Specifies style information applied to text. |
| Graphics | Encapsulates a GDI+ drawing surface. |
| GraphicsUnit | Specifies the unit of measure for the given data. |
| Image | An abstract base class that provides functionality for the Bitmap class. |
| ImageConverter | Provides a type converter to convert Image objects to and from various other representations. This class supports conversion from byte arrays to Image objects and vice versa. |
| ImageFormatConverter | Provides a type converter to convert ImageFormat objects to and from various other representations, such as strings and instance descriptors. |
| Pen | Defines an object used to draw lines and curves. This class cannot be inherited. |
| Pens | Pens for all the standard colors. This class cannot be inherited. |
| Region | Describes the interior of a graphics shape composed of rectangles and paths. This class cannot be inherited. |
| SolidBrush | Defines a brush made up of a single color. Brushes are used to fill graphics shapes such as rectangles, ellipses, pies, polygons, and paths. |
| StringAlignment | Specifies the alignment of a text string relative to its layout rectangle. |
| 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. |
| StringFormatFlags | Specifies the display and layout information for text strings. |
| StringTrimming | Specifies how to trim characters from a string that does not completely fit into a layout shape. |
| SystemBrushes | Each property of the SystemBrushes class is a SolidBrush that is the color of a Windows display element. |
| SystemFonts | Specifies the fonts used to display text in Windows display elements. |
| SystemIcons | Each property of the SystemIcons class represents a system icon from the current theme. |
| 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. |
| 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. |
| ToolboxBitmapAttribute | |