PenAlignment

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

public final class PenAlignment extends System.Enum

指定 Pen 对象相对于理论的零宽线的对齐方式。

字段

字段描述
Center指定 Pen 对象位于理论线的中心。
Inset指定 Pen 位于理论线的内部。
Outset指定 Pen 位于理论线的外部。
Left指定 Pen 位于理论线的左侧。
Right指定 Pen 位于理论线的右侧。

Center

public static final int Center

指定 Pen 对象位于理论线的中心。

Inset

public static final int Inset

指定 Pen 位于理论线的内部。

Outset

public static final int Outset

指定 Pen 位于理论线的外部。

Left

public static final int Left

指定 Pen 位于理论线的左侧。

public static final int Right

指定 Pen 位于理论线的右侧。