Click or drag to resize

BrushX Methods

The BrushX type exposes the following members.

Methods
 NameDescription
Protected methodCalculateHash Calculates the hash code for the current brush state.
Protected methodClone Clones this instance, and sets the cached HashCode to null.
Public methodEquals(BrushX)Indicates whether the current object is equal to another object of the same type.
Public methodEquals(Object)Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object))
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Overrides ObjectGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodWithBackColor Returns a copy of this brush with a different background color.
Public methodWithBrushType Returns a copy of this brush with a different brush type.
Public methodWithColor Returns a copy of this brush with a different foreground color.
Public methodWithColors Returns a copy of this brush with different foreground and background colors.
Public methodWithExchangedColors Returns a copy of this brush with the exchanged-colors flag updated.
Public methodWithGradientAngle Returns a copy of this brush with a different gradient angle.
Public methodWithGradientColorScale Returns a copy of this brush with a different gradient color scale.
Public methodWithGradientFocus Returns a copy of this brush with a different gradient focus.
Public methodWithTextureImage Returns a copy of this brush with a different texture image.
Public methodWithTextureOffsetX Returns a copy of this brush with a different horizontal texture offset.
Public methodWithTextureOffsetY Returns a copy of this brush with a different vertical texture offset.
Public methodWithTextureScale Returns a copy of this brush with a different texture scaling mode.
Public methodWithWrapMode Returns a copy of this brush with a different wrap mode.
Top
See Also