Initializes a new instance of the QuadraticBezierSegment class.
Gets or sets the control point of the bezier curve.
Gets or sets the endpoint of the bezier curve.
Returns the path segment that is defined by the specified description.
path segment description.
Returns the quadratic bezier segment that is defined by the specified description.
Quadratic bezier segment description.
Generated using TypeDoc
Describes a quadratic bezier segment, using the last point of the previous segment as start point. In case you want to use multiple quadratic bezier segments consecutively, consider using the PolyQuadraticBezierSegment.