EmfPlusPenAlignment Enumeration

The PenAlignment enumeration defines the distribution of the width of the pen with respect to the line being drawn.

Module: aspose.imaging.fileformats.emf.emfplus.consts

Full Name: aspose.imaging.fileformats.emf.emfplus.consts.EmfPlusPenAlignment

Aspose.Imaging Version: 24.6.0

Members

Member nameDescription
PEN_ALIGNMENT_CENTERSpecifies that the EmfPlusPen object is centered over the theoretical line.
PEN_ALIGNMENT_INSETSpecifies that the pen is positioned on the inside of the theoretical line.
PEN_ALIGNMENT_LEFTSpecifies that the pen is positioned to the left of the theoretical line.
PEN_ALIGNMENT_OUTSETSpecifies that the pen is positioned on the outside of the theoretical line.
PEN_ALIGNMENT_RIGHTSpecifies that the pen is positioned to the right of the theoretical line.