public final class EmfPlusPenAlignment
extends com.aspose.ms.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 Objects.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.
Modifier and Type | Field and Description |
---|---|
static int |
PenAlignmentCenter
Specifies that the EmfPlusPen object is centered over the theoretical line.
|
static int |
PenAlignmentInset
Specifies that the pen is positioned on the inside of the theoretical line.
|
static int |
PenAlignmentLeft
Specifies that the pen is positioned to the left of the theoretical line.
|
static int |
PenAlignmentOutset
Specifies that the pen is positioned on the outside of the theoretical line.
|
static int |
PenAlignmentRight
Specifies that the pen is positioned to the right of the theoretical line.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int PenAlignmentCenter
Specifies that the EmfPlusPen object is centered over the theoretical line.
public static final int PenAlignmentInset
Specifies that the pen is positioned on the inside of the theoretical line.
public static final int PenAlignmentLeft
Specifies that the pen is positioned to the left of the theoretical line.
public static final int PenAlignmentOutset
Specifies that the pen is positioned on the outside of the theoretical line.
public static final int PenAlignmentRight
Specifies that the pen is positioned to the right of the theoretical line.