create_path_geometry method
create_path_geometry
Creates a new path geometry.
Returns
New path geometry.
def create_path_geometry(self):
...
create_path_geometry
Creates a new path geometry specified with abbreviated form.
Returns
New path geometry.
def create_path_geometry(self, abbreviated_geometry):
...
| Parameter | Type | Description |
|---|---|---|
| abbreviated_geometry | str | Abbreviated form of path geometry. |
create_path_geometry {#System.Collections.Generic.List<Aspose.Page.XPS.XpsModel.XpsPathFigure>}
def create_path_geometry(self, path_figures):
...
| Parameter | Type | Description |
|---|---|---|
| path_figures | System.Collections.Generic.List<Aspose.Page.XPS.XpsModel.XpsPathFigure> |
See Also
- module
aspose.page.xps - class
XpsDocument - class
XpsPathGeometry