PenType Enumeration
Specifies the type of fill a Pen object uses to fill lines.
Module: aspose.imaging
Full Name: aspose.imaging.PenType
Members
Member name | Description |
---|---|
HATCH_FILL | Specifies a hatch fill. |
LINEAR_GRADIENT | Specifies a linear gradient fill. |
PATH_GRADIENT | Specifies a path gradient fill. |
SOLID_COLOR | Specifies a solid fill. |
TEXTURE_FILL | Specifies a bitmap texture fill. |