com.aspose.drawing
Aspose.Drawing is a graphics API that provides the capability of 2D drawings identical to GDI+ in your .NET applications.
Classes
Class | Description |
---|---|
Bitmap | Encapsulates a bitmap, which consists of the pixel data for a graphics image and its attributes. |
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. |
CharacterRange | Specifies a range of character positions within a string. |
Color | Represents an ARGB (alpha, red, green, blue) color. |
ColorConverter | Converts colors from one data type to another. |
ColorTranslator | Translates colors to and from GDI+ Color structures. |
ContentAlignment | Specifies alignment of content on the drawing surface. |
CopyPixelOperation | Determines how the source color in a copy pixel operation is combined with the destination color to result in a final color. |
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. |
FontCollection | Provides a base class for installed and private font collections. |
FontDefinitionExt | Class contains font definition, |
FontFamily | Defines a group of type faces having a similar basic design and certain variations in styles. |
FontFamilyDefinition | The font family definition. |
FontStyle | Specifies style information applied to text. |
Graphics | Encapsulates drawing surface. |
Graphics.DrawImageAbort | |
Graphics.EnumerateMetafileProc | |
Graphics.EnumerateMetafileProcByte | |
GraphicsUnit | Specifies the unit of measure for the given data. |
Icon | Represents a Windows icon, which is a small bitmap image that is used to represent an object. |
Image | An abstract base class that provides functionality for the Bitmap and Metafile descended classes. |
Image.GetThumbnailImageAbort | Provides a callback method for determining when the .#getThumbnailImage(int, int, GetThumbnailImageAbort, IntPtr) method should prematurely cancel execution. |
KnownColor | Specifies the known system colors. |
License | Provides methods to license the component. |
MeteredExt | Provides methods to set metered key. |
Pen | Defines an object used to draw lines and curves. |
Pens | Pens for all the standard colors. |
Point | Represents an ordered pair of integer x- and y-coordinates that defines a point in a two-dimensional plane. |
PointF | Represents an ordered pair of floating-point x- and y-coordinates that defines a point in a two-dimensional plane. |
Rectangle | Stores a set of four integers that represent the location and size of a rectangle. |
RectangleF | Stores a set of four floating-point numbers that represent the location and size of a rectangle. |
Region | Describes the interior of a graphics shape composed of rectangles and paths. |
RotateFlipType | Specifies the direction of an image’s rotation and the axis used to flip the image. |
Size | Stores an ordered pair of integers, typically the width and height of a rectangle. |
SizeF | Stores an ordered pair of floating-point numbers, typically the width and height of a rectangle. |
SolidBrush | Defines a brush of a single color. |
StringAlignment | Specifies the alignment of a text string relative to its layout rectangle. |
StringDigitSubstitute | The StringDigitSubstitute enumeration specifies how to substitute digits in a string according to a user’s locale or language. |
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. |
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. |
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. |
TextureBrush | Each property of the TextureBrush class is a Brush object that uses an image to fill the interior of a shape. |