Search
MindFusion.Drawing Namespace
Classes Interfaces Enumerations
 

 Classes

  Class Description

Brush

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

HatchBrush fills shapes using a hatch style, a foreground color, and a background color.

LinearGradientBrush

LinearGradientBrush objects represent brushes that fill the interiors of geometric shapes with a linear gradient.

PathGradientBrush

PathGradientBrush represents a brush that fills the interiors of geometric shapes with a gradient.

Pen

Pen objects are used to draw the outline of geometric shapes.

SolidBrush

SolidBrush objects represent brushes of a single color that are used to fill the interiors of geometric shapes.

TextureBrush

TextureBrush objects represent brushes that use images to fill the interiors of geometric shapes.

 Interfaces

  Interface Description

IGraphics

This interface exposes methods for drawing graphics primitives used to render MindFusion.Diagramming objects.

 Enumerations

  Enumeration Description

ImageAlign

Specifies the position and alignment of a picture relative to its destination rectangle.