create_poly_line_segment method
create_poly_line_segment {#aspose.pydrawing.PointF[]-bool}
Creates a new polygonal drawing containing an arbitrary number of individual vertices.
Returns
New polygonal drawing segment.
def create_poly_line_segment(self, points, is_stroked):
...
| Parameter | Type | Description |
|---|---|---|
| points | aspose.pydrawing.PointF[] | A set of coordinates for the multiple segments that define the poly line segment. |
| is_stroked | bool | Specifies whether the stroke for this segment of the path is drawn. |
See Also
- module
aspose.page.xps - class
XpsDocument - class
XpsPolyLineSegment