create method
create
Creates a new empty path.
Returns
The created IPath.
def create(self):
...
create
Creates a new path by copying an existing path.
Returns
The created IPath.
def create(self, path):
...
| Parameter | Type | Description |
|---|---|---|
| path | IPath | The path to copy. |
See Also
- module
aspose.svg.rendering - class
ICanvasPathFactory - class
IPath