The Aurigma.GraphicsMill.Drawing namespace contains classes intended to: draw lines, curves, shapes and outlined text; use various pens and brushes to outline and fill shapes.
Class | Description | |
---|---|---|
BeginDrawEventArgs |
Provides data for the BeginDraw event. |
|
Brush |
Represents the base class for Graphics Mill brushes. |
|
Drawer |
Represents the base class for classes that support drawing within a pipeline. |
|
EndDrawEventArgs |
Provides data for the EndDraw event. |
|
Font | Obsolete. Accumulates font and other text rendering settings. It also provides functionality for retrieving font metrics, and other font-related information. |
|
GdiPlusGraphicsDrawer |
Provides the System.Drawing.Graphics object for drawing within a pipeline. |
|
GdiPlusGraphicsDrawEventArgs |
Provides data for the GdiPlusGraphicsDrawer.Draw event. |
|
Graphics | Obsolete. Represents drawing functionality provided with Graphics Mill. |
|
GraphicsDrawer |
Provides the Aurigma.GraphicsMill.Drawing.Graphics object for drawing within a pipeline. |
|
GraphicsDrawEventArgs |
Provides data for the GraphicsDrawer.Draw event. |
|
HatchBrush | Obsolete. Represents a brush which fills the shape with a predefined pattern. |
|
Pen | Obsolete. Defines an object used to draw lines and curves. |
|
SolidBrush | Obsolete. Represents a brush of a single color. |
Enumeration | Description | |
---|---|---|
Charset |
Contains values specifying charsets. |
|
GdiGraphicsMode |
Contains modes of the Graphics object. |
|
HatchStyle |
Contains different patterns available for HatchBrush objects. |
|
HorizontalAlignment |
Contains horizontal alignment types. |
|
LineCap |
Contains the available cap styles with which a Pen object can end a line. |
|
TextTrimmingMode |
Contains the available trimming modes which defines how to trim a text when it overflows the edge of its containing rectangle (in DrawString(String, Font, SolidBrush, Rectangle, TextTrimmingMode, Boolean, Boolean, Boolean) method). |
|
VerticalAlignment |
Contains vertical alignment types. |