The XLinearGradientBrush type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MultiplyTransform(XMatrix) |
Multiply the brush transformation matrix with the specified matrix.
| |
| MultiplyTransform(XMatrix, XMatrixOrder) |
Multiply the brush transformation matrix with the specified matrix.
| |
| ResetTransform |
Resets the brush transformation matrix with identity matrix.
| |
| RotateTransform(Double) |
Rotates the brush with the specified angle.
| |
| RotateTransform(Double, XMatrixOrder) |
Rotates the brush with the specified angle.
| |
| ScaleTransform(Double, Double) |
Scales the brush with the specified scalars.
| |
| ScaleTransform(Double, Double, XMatrixOrder) |
Scales the brush with the specified scalars.
| |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) | |
| TranslateTransform(Double, Double) |
Translates the brush with the specified offset.
| |
| TranslateTransform(Double, Double, XMatrixOrder) |
Translates the brush with the specified offset.
|
See Also