XpsDocument.CreatePolyLineSegment

XpsDocument.CreatePolyLineSegment method

Creates a new polygonal drawing containing an arbitrary number of individual vertices.

public XpsPolyLineSegment CreatePolyLineSegment(PointF[] points, bool isStroked = true)
ParameterTypeDescription
pointsPointF[]A set of coordinates for the multiple segments that define the poly line segment.
isStrokedBooleanSpecifies whether the stroke for this segment of the path is drawn.

Return Value

New polygonal drawing segment.

See Also