Aspose.Page.Drawing

The Aspose.Page.Drawing is a root namespace for System.Drawing wrapper classes.

Classes

ClassDescription
BitmapEncapsulates 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.
BrushDefines objects used to fill the interiors of graphical shapes such as rectangles, ellipses, pies, polygons, and paths.
FontDefines a particular format for text, including font face, size, and style attributes. This class cannot be inherited.
PenDefines an object used to draw lines and curves. This class cannot be inherited.
TextureBrushEach 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.

Structures

StructureDescription
ColorRepresents an ARGB (alpha, red, green, blue) color.
PointFRepresents an ordered pair of floating-point x- and y-coordinates that defines a point in a two-dimensional plane.
RectangleFStores a set of four floating-point numbers that represent the location and size of a rectangle.
SizeStores an ordered pair of integers, typically the width and height of a rectangle.
SizeFStores an ordered pair of floating-point numbers, typically the width and height of a rectangle.

Enumeration

EnumerationDescription
FontStyleSpecifies style information applied to text.
RotateFlipTypeSpecifies the direction of an image’s rotation and the axis used to flip the image.