Click or drag to resize

PenType Enumeration

Specifies the type of fill a System.Drawing.Pen object uses to fill lines.

Namespace:  Easymap.AddIn.Common.Graphics
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public enum PenType
Members
  Member nameValueDescription
SolidColor0 Specifies a solid fill.
HatchFill1 Specifies a hatch fill.
TextureFill2 Specifies a bitmap texture fill.
PathGradient3 Specifies a path gradient fill.
LinearGradient4 Specifies a linear gradient fill.
See Also