EmfPlusPathPointType 类
Summary: The EmfPlusPathPointType object specifies a type value associated with a point on a graphics
Module: aspose.imaging.fileformats.emf.emfplus.objects
Full Name: aspose.imaging.fileformats.emf.emfplus.objects.EmfPlusPathPointType
Inheritance: EmfPlusBasePointType
Constructors
| Name | 描述 |
|---|---|
| EmfPlusPathPointType() | 初始化 EmfPlusPathPointType 类的新实例 |
Properties
| Name | Type | Access | 描述 |
|---|---|---|---|
| 数据 | int | r/w | 获取或设置数据。 |
| flags | EmfPlusPathPointTypeFlags | r/w | 获取或设置 4 位标志字段,用于指定路径点的属性。 该值必须是 PathPointType 标志中的一个或多个(第 2.1.2.6 节)。 |
| type | EmfPlusPathPointTypeEnum | r/w | 获取或设置 4 位无符号整数路径点类型。该值必须 在 PathPointType 枚举中定义(第 2.1.1.23 节)。 |
Constructor: EmfPlusPathPointType()
EmfPlusPathPointType()
初始化 EmfPlusPathPointType 类的新实例