Click or drag to resize

Brush Class

Defines objects used to fill the interiors of graphical shapes.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.Runtime.InteropServicesStandardOleMarshalObject
      BaseObject
        Easymap.AddIn.Common.GraphicsBrush

Namespace: Easymap.AddIn.Common.Graphics
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.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