System.Drawing.Drawing2D.PathGradientBrush Members

The members of System.Drawing.Drawing2D.PathGradientBrush are listed below.

See Also: Inherited members from System.Drawing.Brush

Public Constructors

Initializes a new instance of the System.Drawing.Drawing2D.PathGradientBrush class with the specified path.

Initializes a new instance of the System.Drawing.Drawing2D.PathGradientBrush class with the specified points.

Initializes a new instance of the System.Drawing.Drawing2D.PathGradientBrush class with the specified points.

Initializes a new instance of the System.Drawing.Drawing2D.PathGradientBrush class with the specified points and wrap mode.

Initializes a new instance of the System.Drawing.Drawing2D.PathGradientBrush class with the specified points and wrap mode.

Public Properties

BlendBlend.

Gets or sets a System.Drawing.Drawing2D.Blend that specifies positions and factors that define a custom falloff for the gradient.

CenterColorSystem.Drawing.Color.

Gets or sets the color at the center of the path gradient.

CenterPointSystem.Drawing.PointF.

Gets or sets the center point of the path gradient.

FocusScalesSystem.Drawing.PointF.

Gets or sets the focus point for the gradient falloff.

InterpolationColorsColorBlend.

Gets or sets a System.Drawing.Drawing2D.ColorBlend that defines a multicolor linear gradient.

[read-only]
RectangleSystem.Drawing.RectangleF.

Gets a bounding rectangle for this System.Drawing.Drawing2D.PathGradientBrush.

SurroundColorsSystem.Drawing.Color[].

Gets or sets an array of colors that correspond to the points in the path this System.Drawing.Drawing2D.PathGradientBrush fills.

TransformMatrix.

Gets or sets a copy of the System.Drawing.Drawing2D.Matrix that defines a local geometric transform for this System.Drawing.Drawing2D.PathGradientBrush.

WrapModeWrapMode.

Gets or sets a System.Drawing.Drawing2D.WrapMode that indicates the wrap mode for this System.Drawing.Drawing2D.PathGradientBrush.

Public Methods

override
Clone() : object

Creates an exact copy of this System.Drawing.Drawing2D.PathGradientBrush.

MultiplyTransform(Matrix)

Updates the brush's transformation matrix with the product of brush's transformation matrix multiplied by another matrix.

MultiplyTransform(Matrix, MatrixOrder)

Updates the brush's transformation matrix with the product of the brush's transformation matrix multiplied by another matrix.

ResetTransform()

Resets the PathGradientBrush.Transform property to identity.

RotateTransform(float)

Rotates the local geometric transform by the specified amount. This method prepends the rotation to the transform.

RotateTransform(float, MatrixOrder)

Rotates the local geometric transform by the specified amount in the specified order.

ScaleTransform(float, float)

Scales the local geometric transform by the specified amounts. This method prepends the scaling matrix to the transform.

ScaleTransform(float, float, MatrixOrder)

Scales the local geometric transform by the specified amounts in the specified order.

SetBlendTriangularShape(float)

Creates a gradient with a center color and a linear falloff to one surrounding color.

SetBlendTriangularShape(float, float)

Creates a gradient with a center color and a linear falloff to each surrounding color.

SetSigmaBellShape(float)

Creates a gradient brush that changes color starting from the center of the path outward to the path's boundary. The transition from one color to another is based on a bell-shaped curve.

SetSigmaBellShape(float, float)

Creates a gradient brush that changes color starting from the center of the path outward to the path's boundary. The transition from one color to another is based on a bell-shaped curve.

TranslateTransform(float, float)

Applies the specified translation to the local geometric transform. This method prepends the translation to the transform.

TranslateTransform(float, float, MatrixOrder)

Applies the specified translation to the local geometric transform in the specified order.