BezierKnotRecord Class

Summary: Bezier Knot Record Class, used to read/write Bezier knots data from resource.

Module: aspose.psd.fileformats.core.vectorpaths

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

Inheritance: VectorPathRecord

Aspose.PSD Version: 24.9.0

Constructors

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

Properties

NameTypeAccessDescription
is_closedboolr/wGets or sets a value indicating whether this instance is closed.
is_linkedboolr/wGets or sets a value indicating whether this instance is linked.
is_openboolr/wGets or sets a value indicating whether this instance is open.
path_pointsPointF[]r/wGets or sets the path points.
pointsPoint[]r/wGets or sets the points.
typeVectorPathTyperGets the type.

Constructor: BezierKnotRecord()

 BezierKnotRecord() 

Initializes a new instance of the BezierKnotRecord class.

Constructor: BezierKnotRecord(data)

 BezierKnotRecord(data) 

Initializes a new instance of the BezierKnotRecord class.

Parameters:

ParameterTypeDescription
databyteThe record data.