create_svg_path_seg_lineto_rel method
create_svg_path_seg_lineto_rel
Returns a stand-alone, parentless SVGPathSegLinetoRel object.
Returns
A stand-alone, parentless SVGPathSegLinetoRel object.
def create_svg_path_seg_lineto_rel(self, x, y):
...
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. |
See Also
- module
aspose.svg
- class
SVGPathElement
- class
SVGPathSegLinetoRel