Class XpsPolyQuadraticBezierSegment

XpsPolyQuadraticBezierSegment class

Class incapsulating PolyQuadraticBezierSegment element features. This element describes a set of quadratic Bézier curves from the previous point in the path figure through a set of vertices, using specified control points.

public class XpsPolyQuadraticBezierSegment : XpsPathPolySegment

Properties

NameDescription
IsStroked { get; set; }Returns/sets the value specifying whether the stroke for this segment of the path is drawn.

Methods

NameDescription
Clone()Clones this set of quadratic Bézier curves.

See Also