PageAPI.CreatePolyLineSegment
PageAPI.CreatePolyLineSegment method
Creates a new polygonal drawing containing an arbitrary number of individual vertices.
public XpsPolyLineSegment CreatePolyLineSegment(PointF[] points, bool isStroked = true)
Parameter | Type | Description |
---|---|---|
points | PointF[] | A set of coordinates for the multiple segments that define the poly line segment. |
isStroked | Boolean | Specifies whether the stroke for this segment of the path is drawn. |
Return Value
New polygonal drawing segment.
See Also
- class XpsPolyLineSegment
- class PageAPI
- namespace Aspose.Page.XPS.Features.EventBasedModifications
- assembly Aspose.Page