PathShape.PathShape

PathShape()

Initializes a new instance of the PathShape class.

public PathShape()

See Also


PathShape(LengthRecord, BezierKnotRecord[])

Initializes a new instance of the PathShape class.

public PathShape(LengthRecord lengthRecord, BezierKnotRecord[] bezierKnotRecords)
ParameterTypeDescription
lengthRecordLengthRecordThe length record.
bezierKnotRecordsBezierKnotRecord[]The bezier knot records.

See Also