ASP.NET Pack Programmer's Guide
Brush Members
Constructors Methods
 


Brush objects are used to fill the interiors of geometric shapes. Brush is abstract base class inherited by SolidBrush, HatchBrush, TextureBrush, PathGradientBrush and LinearGradientBrush.

The following tables list the members exposed by the Brush type.

 Protected Constructors

  Name Description

Brush

Initializes a new instance of the Brush class.

 Public Methods

  Name Description

CreateGdiBrush

Overloaded. Returns an instance of a System.Drawing.Brush-derived class corresponding to the current brush.

Deserialize

Creates and returns a new brush according to its string representation.

Serialize

Serializes the specified brush to a string.

 See Also

Brush Class
MindFusion.Drawing Namespace