Click or drag to resize
PenType Enumeration
Specifies the type of fill a Pen object uses to fill lines.

Namespace: Aspose.PSD
Assembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
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