MindFusion.Charting for WebForms Programmer's Guide
TextureBrush Members
Constructors Properties Methods
 


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

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

 Public Constructors

  Name Description

TextureBrush

Overloaded. Initializes a new instance of the TextureBrush class.

 Public Properties

  Name Description

Image

Gets or sets the Image instance associated with this brush.

ScaleFactor

Gets or sets the scale factor applied to all texture brushes.

WrapMode

Gets or sets a value that indicates the wrap mode for this brush.

 Public Methods

  Name Description

Clone

Creates an exact copy of this brush.

CreateGdiBrush

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

Equals

Determines whether two TextureBrush instances are equal.

GetHashCode

Returns the hash code for this brush instance.

GetObjectData

Populates a System.Runtime.Serialization.SerializationInfo with the data needed to serialize the brush.

ToString

Returns "Texture".

 See Also

TextureBrush Class
MindFusion.Drawing Namespace