Click or drag to resize

BrushX Fields

The BrushX type exposes the following members.

Fields
 NameDescription
Protected field_angle The brush angle in degrees.
Protected field_backColor The background color of the brush.
Protected field_brushType The brush type.
Protected field_cachedHashCode Cached hash code. Must be invaliated after cloning the instance.
Protected field_exchangeColors Indicates whether foreground and background colors are exchanged.
Protected field_foreColor The foreground color of the brush.
Protected field_gradientColorScale The gradient color scale factor.
Protected field_offsetXFor a gradient brush, this is the GradientFocus property. For texture brushes, it is the X-Offset property.
Protected field_offsetY The Y offset for texture and path-gradient brushes.
Protected field_textureImage The texture image used for texture-based brushes.
Protected field_textureScale The texture scaling used for texture-based brushes.
Protected field_wrapMode The wrap mode used for texture and linear gradient brushes.
Top
See Also