close_path method
close_path
Closes the current subpath by drawing a straight line from the current point to the starting point of the subpath.
def close_path(self):
...
See Also
- module
aspose.svg.rendering
- class
ICanvas
Closes the current subpath by drawing a straight line from the current point to the starting point of the subpath.
def close_path(self):
...
aspose.svg.rendering
ICanvas