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 位于理论线的左侧。
Right
public static final int Right
指定 Pen 位于理论线的右侧。