XpsDocument.CreatePolyBezierSegment

XpsDocument.CreatePolyBezierSegment method

Creates a new set of cubic Bézier curves.

public XpsPolyBezierSegment CreatePolyBezierSegment(PointF[] points, bool isStroked = true)
ParameterTypeDescription
pointsPointF[]Control points for multiple Bézier segments.
isStrokedBooleanSpecifies whether the stroke for this segment of the path is drawn.

Return Value

New cubic Bézier curves segment.

See Also