EmfPlusPathPointTypeFlags
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class EmfPlusPathPointTypeFlags extends System.Enum
PathPointType 标志指定图形路径上点的类型属性。这些标志可以组合以指定多个选项。
图形路径由 EmfPlusPath 对象指定。
字段
| 字段 | 描述 |
|---|---|
| PathPointTypeDashMode | 指定通过该点的线段为虚线。 |
| PathPointTypePathMarker | 指定该点为位置标记。 |
| PathPointTypeCloseSubpath | 指定该点为子路径的终点。 |
PathPointTypeDashMode
public static final int PathPointTypeDashMode
指定通过该点的线段为虚线。
PathPointTypePathMarker
public static final int PathPointTypePathMarker
指定该点为位置标记。
PathPointTypeCloseSubpath
public static final int PathPointTypeCloseSubpath
指定该点为子路径的终点。