The members of System.Drawing.Drawing2D.PathGradientBrush are listed below.
See Also: Inherited members from System.Drawing.Brush
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. |
Blend | Blend.
Gets or sets a System.Drawing.Drawing2D.Blend that specifies positions and factors that define a custom falloff for the gradient. | |
CenterColor | System.Drawing.Color.
Gets or sets the color at the center of the path gradient. | |
CenterPoint | System.Drawing.PointF.
Gets or sets the center point of the path gradient. | |
FocusScales | System.Drawing.PointF.
Gets or sets the focus point for the gradient falloff. | |
InterpolationColors | ColorBlend.
Gets or sets a System.Drawing.Drawing2D.ColorBlend that defines a multicolor linear gradient. | |
[read-only] | Rectangle | System.Drawing.RectangleF.
Gets a bounding rectangle for this System.Drawing.Drawing2D.PathGradientBrush. |
SurroundColors | System.Drawing.Color[].
Gets or sets an array of colors that correspond to the points in the path this System.Drawing.Drawing2D.PathGradientBrush fills. | |
Transform | Matrix.
Gets or sets a copy of the System.Drawing.Drawing2D.Matrix that defines a local geometric transform for this System.Drawing.Drawing2D.PathGradientBrush. | |
WrapMode | WrapMode.
Gets or sets a System.Drawing.Drawing2D.WrapMode that indicates the wrap mode for this System.Drawing.Drawing2D.PathGradientBrush. |
override | Clone()
| |
MultiplyTransform(Matrix)
| ||
MultiplyTransform(Matrix, MatrixOrder)
| ||
ResetTransform()
| ||
RotateTransform(float)
| ||
RotateTransform(float, MatrixOrder)
| ||
ScaleTransform(float, float)
| ||
ScaleTransform(float, float, MatrixOrder)
| ||
SetBlendTriangularShape(float)
| ||
SetBlendTriangularShape(float, float)
| ||
SetSigmaBellShape(float)
| ||
SetSigmaBellShape(float, float)
| ||
TranslateTransform(float, float)
| ||
TranslateTransform(float, float, MatrixOrder)
|