Class XpsPolyBezierSegment

XpsPolyBezierSegment class

Class incapsulating PolyBezierSegment element features. This element describes a set of cubic Bézier curves.

public class XpsPolyBezierSegment : 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 cubic Bézier curves.

See Also