Class | Description | |
---|---|---|
BrushEx | 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. | |
FontEx | Defines a particular format for text, including font face, size, and style attributes. This class is abstract. | |
ImageEx | Classes derived from this abstract base class define objects used to hold images. | |
PenEx | Defines an object used to draw lines and curves. This class is abstract. |
Interface | Description | |
---|---|---|
IDrawingCanvas | Defines a set of properties and methods used to render a canvas. | |
IFontInfo | Specifies the information about the font. | |
IGlyphRun | Defines a run of glyphs | |
IPathEx | Represents an abstract series of connected lines and curves. |
Enumeration | Description | |
---|---|---|
FontDecoration | Represents the font decoration. | |
FontStyle | Represents the font style. | |
FontWeight | Specifies font thickness. | |
LineCap | Specifies the available cap styles with which a PenEx object can end a line. | |
PenAlignment |
Gets or sets the alignment for PenEx object.
| |
PenStyleEx | Specifies the style of dashed lines drawn with a System.Drawing.Pen object. | |
TextJustify | Represents the text justification. | |
WrapMode | Represents the text wrap mode. |