PenAlignment Enumeration
Specifies the alignment of a Pen object in relation to the theoretical, zero-width line.
Module: aspose.psd
Full Name: aspose.psd.PenAlignment
Aspose.PSD Version: 24.9.0
Members
Member name | Description |
---|---|
CENTER | Specifies that the Pen object is centered over the theoretical line. |
INSET | Specifies that the Pen is positioned on the inside of the theoretical line. |
LEFT | Specifies the Pen is positioned to the left of the theoretical line. |
OUTSET | Specifies the Pen is positioned on the outside of the theoretical line. |
RIGHT | Specifies the Pen is positioned to the right of the theoretical line. |