create_poly_quadratic_bezier_segment method

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

Creates a new set of quadratic Bézier curves from the previous point in the path figure through a set of vertices, using specified control points.

Returns

New quadratic Bézier curves segment.

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

See Also