EmfPlusPenAlignment

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class EmfPlusPenAlignment extends System.Enum

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


Graphics pens are specified by EmfPlusPen objects (section 2.2.1.7). Pen alignment can be visualized by considering a theoretical one-dimensional line drawn between two specified points. The pen alignment determines the proportion of pen width that is orthogonal to the theoretical line.

Fields

FieldDescription
PenAlignmentCenterSpecifies that the EmfPlusPen object is centered over the theoretical line.
PenAlignmentInsetSpecifies that the pen is positioned on the inside of the theoretical line.
PenAlignmentLeftSpecifies that the pen is positioned to the left of the theoretical line.
PenAlignmentOutsetSpecifies that the pen is positioned on the outside of the theoretical line.
PenAlignmentRightSpecifies that the pen is positioned to the right of the theoretical line.

PenAlignmentCenter

public static final int PenAlignmentCenter

Specifies that the EmfPlusPen object is centered over the theoretical line.

PenAlignmentInset

public static final int PenAlignmentInset

Specifies that the pen is positioned on the inside of the theoretical line.

PenAlignmentLeft

public static final int PenAlignmentLeft

Specifies that the pen is positioned to the left of the theoretical line.

PenAlignmentOutset

public static final int PenAlignmentOutset

Specifies that the pen is positioned on the outside of the theoretical line.

PenAlignmentRight

public static final int PenAlignmentRight

Specifies that the pen is positioned to the right of the theoretical line.