Bitmap | Encapsulates a 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. |
Brush | Defines 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. |
ColorConverter | Converts colors from one data type to another. |
ColorTranslator | Translates colors to and from GDI+ Color structures. This class cannot be inherited. |
DrawingSettings | Allows to adjust the behavior of the drawing library in case of using of some features that are not yet implemented completely. |
Features | Features of Aspose.Drawing library. |
Font | Defines a particular format for text, including font face, size, and style attributes. This class cannot be inherited. |
FontFamily | Defines a group of type faces having a similar basic design and certain variations in styles. This class cannot be inherited. |
Graphics | Encapsulates drawing surface. |
Icon | Represents a Windows icon, which is a small bitmap image that is used to represent an object. Icons can be thought of as transparent bitmaps, although their size is determined by the system. |
Image | An abstract base class that provides functionality for the Bitmap and Metafile descended classes. |
License | Provides methods to license the component. |
Metered | Provides methods to set metered key. |
Pen | Defines an object used to draw lines and curves. |
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 of a single color. Brushes are used to fill graphics shapes, such as rectangles, ellipses, pies, polygons, and paths. |
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. |
SystemColors | Each property of the SystemColors class is a Color structure 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 is an Icon object for Windows system-wide icons. This class cannot be inherited. |
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. |