Search
PathGradientBrush Members
Constructors Properties Methods
 


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

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

 Public Constructors

  Name Description

PathGradientBrush

Initializes a new instance of the PathGradientBrush class.

 Public Properties

  Name Description

Colors

Gets or sets an array of colors that represents the colors to use at corresponding positions along a gradient.

Path

Gets or sets the IGraphicsPath that defines the area filled by this brush.

Positions

Gets or sets the positions along a gradient line.

Transform

 

WrapMode

 

 Public Methods

  Name Description

Clone

Creates an exact copy of this brush.

Equals

Brush.Equals override.

GetHashCode

Brush.GetHashCode override.

ToColor

Brush.ToColor override.

 See Also