LengthRecord 类

Summary: Subpath Length Record Class

Module: aspose.imaging.fileformats.core.vectorpaths

Full Name: aspose.imaging.fileformats.core.vectorpaths.LengthRecord

Inheritance: VectorPathRecord

Constructors

Name描述
LengthRecord()初始化一个新的 LengthRecord 类实例。
LengthRecord(data)初始化一个新的 LengthRecord 类实例。

Properties

NameTypeAccess描述
bezier_knot_records_countintr/w获取或设置贝塞尔结记录计数。
is_closedboolr/w获取或设置一个值,指示此实例是否已关闭。
is_openboolr/w获取或设置一个值,指示此实例是否已打开。
path_operationsPathOperationsr/w获取或设置路径操作。
record_countintr/w获取或设置记录计数。
shape_indexintr/w获取或设置当前层中路径形状的索引。
typeVectorPathTyper获取类型。

Constructor: LengthRecord()

 LengthRecord() 

初始化一个新的 LengthRecord 类实例。

Constructor: LengthRecord(data)

 LengthRecord(data) 

初始化一个新的 LengthRecord 类实例。

Parameters:

参数TypeDescription
数据System.Byte记录数据。