Class PolyQuadraticBezierSegment

PolyQuadraticBezierSegment class

The poly quadratic bezier segment. A series of quadratic BÉZIER segments.

public class PolyQuadraticBezierSegment

Constructors

NameDescription
PolyQuadraticBezierSegment()Initializes a new instance of the PolyQuadraticBezierSegment class.

Properties

NameDescription
IsStroked { get; set; }Gets or sets a value indicating whether is stroked. Specifies whether the stroke for this segment of the path is drawn. Can be true or false.
Points { get; set; }Gets or sets the points. Specifies control points for multiple quadratic BÉZIER segments. Coordinate values within each pair are comma-separated and additional whitespace can appear. Coordinate pairs are separated from other coordinate pairs by whitespace.

See Also