BezierKnotRecord Class

Summary: Bezier Knot Record Class

Module: aspose.imaging.fileformats.core.vectorpaths

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

Inheritance: VectorPathRecord

Aspose.Imaging Version: 24.5.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.