create_poly_bezier_segment method

create_poly_bezier_segment {#aspose.pydrawing.PointF[]-bool}

Creates a new set of cubic Bézier curves.

Returns

New cubic Bézier curves segment.

def create_poly_bezier_segment(self, points, is_stroked):
    ...
ParameterTypeDescription
pointsaspose.pydrawing.PointF[]Control points for multiple Bézier segments.
is_strokedboolSpecifies whether the stroke for this segment of the path is drawn.

See Also