The
methods
of System.Drawing.Drawing2D.LinearGradientBrush are listed below. For a list of all members, see the LinearGradientBrush Members list.
See Also: Inherited members from System.Drawing.Brush
Public Methods
override | Clone() : object
Creates an exact copy of this System.Drawing.Drawing2D.LinearGradientBrush.
|
| MultiplyTransform(Matrix)
Multiplies the System.Drawing.Drawing2D.Matrix that represents the local geometric transform of this System.Drawing.Drawing2D.LinearGradientBrush by the specified System.Drawing.Drawing2D.Matrix by prepending the specified System.Drawing.Drawing2D.Matrix.
|
| MultiplyTransform(Matrix, MatrixOrder)
Multiplies the System.Drawing.Drawing2D.Matrix that represents the local geometric transform of this System.Drawing.Drawing2D.LinearGradientBrush by the specified System.Drawing.Drawing2D.Matrix in the specified order.
|
| ResetTransform()
Resets the LinearGradientBrush.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 linear gradient with a center color and a linear falloff to a single color on both ends.
|
| SetBlendTriangularShape(float, float)
Creates a linear gradient with a center color and a linear falloff to a single color on both ends.
|
| SetSigmaBellShape(float)
Creates a gradient falloff based on a bell-shaped curve.
|
| SetSigmaBellShape(float, float)
Creates a gradient falloff based on a bell-shaped curve.
|
| TranslateTransform(float, float)
Translates the local geometric transform by the specified dimensions. This method prepends the translation to the transform.
|
| TranslateTransform(float, float, MatrixOrder)
Translates the local geometric transform by the specified dimensions in the specified order.
|