Brush |
The BrushX type exposes the following members.
| Name | Description | |
|---|---|---|
| CalculateHash | Calculates the hash code for the current brush state. | |
| Clone | Clones this instance, and sets the cached HashCode to null. | |
| Equals(BrushX) | Indicates whether the current object is equal to another object of the same type. | |
| Equals(Object) | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object)) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Overrides ObjectGetHashCode) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| WithBackColor | Returns a copy of this brush with a different background color. | |
| WithBrushType | Returns a copy of this brush with a different brush type. | |
| WithColor | Returns a copy of this brush with a different foreground color. | |
| WithColors | Returns a copy of this brush with different foreground and background colors. | |
| WithExchangedColors | Returns a copy of this brush with the exchanged-colors flag updated. | |
| WithGradientAngle | Returns a copy of this brush with a different gradient angle. | |
| WithGradientColorScale | Returns a copy of this brush with a different gradient color scale. | |
| WithGradientFocus | Returns a copy of this brush with a different gradient focus. | |
| WithTextureImage | Returns a copy of this brush with a different texture image. | |
| WithTextureOffsetX | Returns a copy of this brush with a different horizontal texture offset. | |
| WithTextureOffsetY | Returns a copy of this brush with a different vertical texture offset. | |
| WithTextureScale | Returns a copy of this brush with a different texture scaling mode. | |
| WithWrapMode | Returns a copy of this brush with a different wrap mode. |