LengthRecord Class

Summary: Subpath Length Record Class.

Module: aspose.psd.fileformats.core.vectorpaths

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

Inheritance: VectorPathRecord

Aspose.PSD Version: 24.4.0

Constructors

NameDescription
LengthRecord()Initializes a new instance of the LengthRecord class.
LengthRecord(data)Initializes a new instance of the LengthRecord class.

Properties

NameTypeAccessDescription
bezier_knot_records_countintr/wGets or sets the bezier knot records count.
is_closedboolr/wGets or sets a value indicating whether this instance is closed.
is_openboolr/wGets or sets a value indicating whether this instance is open.
path_operationsPathOperationsr/wGets or sets the path operations.
record_countushortr/wGets or sets the record count.
shape_indexushortr/wGets or sets the index of current path shape in layer.
typeVectorPathTyperGets the type.

Constructor: LengthRecord()

 LengthRecord() 

Initializes a new instance of the LengthRecord class.

Constructor: LengthRecord(data)

 LengthRecord(data) 

Initializes a new instance of the LengthRecord class.

Parameters:

ParameterTypeDescription
databyteThe record data.