Charting for WinForms Programmer's Guide
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.

BrushCollection

A collection of MindFusion.Drawing.Brush objects.

GdiGraphics

A wrapper of the System.Drawing.Graphics class that implements the IGraphics interface.

GraphicObject

The base class for graphical objects such as pens and brushes.

HatchBrush

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

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 instances are used to draw the outline of geometric shapes.

PenCollection

A collection of MindFusion.Drawing.Pen objects.

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 the public interface of the .NET System.Drawing.Graphics class.

 Enumerations

  Enumeration Description

ImageAlign

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