EmfPlusPathPointTypeRle 类

Summary: The EmfPlusPathPointTypeRle object specifies type values associated with points on a graphics path using RLE compression.
0 1 2 3 4 5 6 7 8 9 1 0 1 2 3 4 5 6 7 8 9 2 0 1 2 3 4 5 6 7 8 9 3 0 1
B|1|RunCount | PointType |
B (1 bit): If set, the path points are on a Bezier curve.
If clear, the path points are on a graphics line.
RunCount (6 bits): The run count, which is the number of path points to be associated with the type in the PointType field.
PointType (1 byte): An EmfPlusPathPointType object (section 2.2.2.31) that specifies the type to associate with the path points.

Module: aspose.imaging.fileformats.emf.emfplus.objects

Full Name: aspose.imaging.fileformats.emf.emfplus.objects.EmfPlusPathPointTypeRle

Inheritance: EmfPlusBasePointType

Constructors

Name描述
EmfPlusPathPointTypeRle()初始化 EmfPlusPathPointTypeRle 类的新实例

Properties

NameTypeAccess描述
bezierboolr/w获取或设置一个值,指示此 EmfPlusPathPointTypeRle 是否为贝塞尔。
如果设置,则路径点位于贝塞尔曲线上。
如果清除,则路径点位于图形直线上。
数据intr/w获取或设置数据。
point_typeEmfPlusPathPointTyper/w获取或设置点的类型。
PointType(1 字节):一个 EmfPlusPathPointType 对象
(章节 2.2.2.31)指定与路径点关联的类型。
run_countSystem.Byter/w获取或设置运行计数。
RunCount(6 位):运行计数,即路径点的数量,
这些点与 PointType 字段中的类型关联。

Constructor: EmfPlusPathPointTypeRle()

 EmfPlusPathPointTypeRle() 

初始化 EmfPlusPathPointTypeRle 类的新实例