Enum PenType

Enum PenType

Namespace: Aspose.Imaging
Assembly: Aspose.Imaging.dll (25.2.0)

Specifies the type of fill a Aspose.Imaging.Pen object uses to fill lines.

public enum PenType

Fields

HatchFill = 1

Specifies a hatch fill.

LinearGradient = 4

Specifies a linear gradient fill.

PathGradient = 3

Specifies a path gradient fill.

SolidColor = 0

Specifies a solid fill.

TextureFill = 2

Specifies a bitmap texture fill.