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. |
||
HatchBrush fills shapes using a hatch style, a foreground color, and a background color. |
||
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 objects are used to draw the outline of geometric shapes. |
||
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 methods for drawing graphics primitives used to render MindFusion.Diagramming objects. |
Enumeration | Description | |
---|---|---|
Specifies the position and alignment of a picture relative to its destination rectangle. |