Initializes a new instance of the PolyQuadraticBezierSegment class.
The collection of points that define this segment.
Gets or sets the collection of points that define this segment.
Returns the path segment that is defined by the specified description.
path segment description.
Returns the poly quadratic bezier segment that is defined by the specified description.
Poly quadratic bezier segment description.
Generated using TypeDoc
Describes multiple bezier segments, including the last point of the previous segment. The number of points provided must be a multiple of two, since a single quadratic bezier segment is defined by two points.