Initializes a new instance of the PolyBezierSegment 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 bezier segment that is defined by the specified description.
Poly 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.