create_svg_point method
create_svg_point
Creates an SVGPoint object outside of any document trees. The object is initialized to the point (0,0) in the user coordinate system.
Returns
An SVGPoint object.
def create_svg_point(self):
...
See Also
- module
aspose.html.dom.svg
- class
SVGPoint
- class
SVGSVGElement