EmfPlusPathPointTypeEnum

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

public final class EmfPlusPathPointTypeEnum extends System.Enum

PathPointType 枚举定义了图形路径上点的类型。


图形路径点类型由 EmfPlusPathPointType 对象指定(第 2.2.2.31 节)。

字段

字段描述
PathPointTypeStart指定该点是路径的起始点。
PathPointTypeLine指定该点是线段的两个端点之一。
PathPointTypeBezier指定该点是三次贝塞尔曲线的端点或控制点。

PathPointTypeStart

public static final int PathPointTypeStart

指定该点是路径的起始点。

PathPointTypeLine

public static final int PathPointTypeLine

指定该点是线段的两个端点之一。

PathPointTypeBezier

public static final int PathPointTypeBezier

指定该点是三次贝塞尔曲线的端点或控制点。