Initializes a new instance of the BezierSegment class.
The first control point of the bezier curve.
The second control point of the bezier curve.
The end point of the bezier curve.
Gets or sets the first control point of the bezier curve.
Gets or sets the second control point of the bezier curve.
Gets or sets the end point of the bezier curve.
Returns the path segment that is defined by the specified description.
path segment description.
Returns the bezier segment that is defined by the specified description.
Bezier segment description.
Generated using TypeDoc
Describes a bezier segment, using the last point of the previous segment as start point. In case you want to use multiple bezier segments consecutively, consider using the PolyBezierSegment.