Class PolyBezierSegment

PolyBezierSegment class

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

public class PolyBezierSegment

Constructors

NameDescription
PolyBezierSegment()Initializes a new instance of the PolyBezierSegment 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 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