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