create_svg_path_seg_curveto_quadratic_rel method
create_svg_path_seg_curveto_quadratic_rel
Returns a stand-alone, parentless SVGPathSegCurvetoQuadraticRel object.
Returns
A stand-alone, parentless SVGPathSegCurvetoQuadraticRel object.
def create_svg_path_seg_curveto_quadratic_rel(self, x, y, x1, y1):
...
Parameter | Type | Description |
---|---|---|
x | float | The relative X coordinate for the end point of this path segment. |
y | float | The relative Y coordinate for the end point of this path segment. |
x1 | float | The relative X coordinate for the first control point. |
y1 | float | The relative Y coordinate for the first control point. |
See Also
- module
aspose.svg
- class
SVGPathElement
- class
SVGPathSegCurvetoQuadraticRel