Class | Description | |
---|---|---|
Brush objects are used to fill the interiors of geometric shapes. Brush is abstract base class inherited by SolidBrush, HatchBrush, TextureBrush, PathGradientBrush and LinearGradientBrush. |
||
A collection of MindFusion.Drawing.Brush objects. |
||
A wrapper of the System.Drawing.Graphics class that implements the IGraphics interface. |
||
The base class for graphical objects such as pens and brushes. |
||
HatchBrush objects represent rectangular brushes with a hatch style, a foreground color, and a background color that are used to fill the interiors of geometric shapes. |
||
LinearGradientBrush objects represent brushes that fill the interiors of geometric shapes with a linear gradient. |
||
PathGradientBrush represents a brush that fills the interiors of geometric shapes with a gradient. |
||
Pen instances are used to draw the outline of geometric shapes. |
||
A collection of MindFusion.Drawing.Pen objects. |
||
SolidBrush objects represent brushes of a single color that are used to fill the interiors of geometric shapes. |
||
TextureBrush objects represent brushes that use images to fill the interiors of geometric shapes. |
Interface | Description | |
---|---|---|
This interface exposes the public interface of the .NET System.Drawing.Graphics class. |
Enumeration | Description | |
---|---|---|
Specifies the position and alignment of a picture relative to its destination rectangle. |