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):
    ...
ParameterTypeDescription
pointsaspose.pydrawing.PointF[]A set of coordinates for the multiple segments that define the poly line segment.
is_strokedboolSpecifies whether the stroke for this segment of the path is drawn.

See Also