EmfPlusPathPointTypeEnum 枚举
PathPointType 枚举定义了图形路径上点的类型。
Module: aspose.imaging.fileformats.emf.emfplus.consts
Full Name: aspose.imaging.fileformats.emf.emfplus.consts.EmfPlusPathPointTypeEnum
Members
| 成员名称 | 描述 |
|---|---|
| PATH_POINT_TYPE_BEZIER | 指定该点是三次贝塞尔曲线的端点或控制点。 |
| PATH_POINT_TYPE_LINE | 指定该点是直线的两个端点之一。 |
| PATH_POINT_TYPE_START | 指定该点是路径的起始点。 |