Click or drag to resize

Brush Class

Defines objects used to fill the interiors of graphical shapes.
Inheritance Hierarchy

Namespace:  Easymap.AddIn.Common.Graphics
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public sealed class Brush : BaseObject

The Brush type exposes the following members.

Properties
  NameDescription
Public propertyARGBColor1
Gets or sets the first color of the Brush
Public propertyARGBColor2
Gets or sets the second color of the Brush
Public propertyBrushType
The BrushType.
Public propertyColor1
Gets or sets the first color of the brush.
Public propertyColor2
Gets or sets the second color of the Brush
Public propertyHatchStyle
Gets the HatchStyle of the specified element.
Public propertyHatchWidth
Gets or sets the width of the specified hatch.
Public propertyHTMLColor1
Gets or sets the first color of the Brush
Public propertyHTMLColor2
Gets or sets the second color of the Brush
Public propertyLinearGradientMode
The LinearGradientMode of a LinearGradient Brush
Public propertyLinearGradientRectangle
Gets a rectangular region that defines the starting and ending points of the gradient.
Top
Methods
  NameDescription
Public methodToBrush
Returns a Brush
Top
See Also