Click or drag to resize

BrushTypeEnum Enumeration

Specifies the brush type

Namespace:  Easymap.AddIn.Common.Graphics
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public enum BrushTypeEnum
Members
  Member nameValueDescription
Unknown0 Indicates a brush of type unknown.
Solid1 Indicates a brush of type SolidBrush.
Hatch2 Indicates a brush of type HatchBrush.
WideHatchBrush3 Indicates a brush of type WideHatchBrush.
LinearGradient4 Indicates a brush of type LinearGradientBrush.
See Also