graphics_path_to_geometry_path method
graphics_path_to_geometry_path
Converts a aspose.pydrawing.Drawing2D.GraphicsPath to the IGeometryPath
Return value of the method call can be used to change the geometry of a IGeometryShape object with
IGeometryShape.SetGeometryPaths method.
Returns
Geometry path
@staticmethod
def graphics_path_to_geometry_path(graphics_path):
...
Parameter | Type | Description |
---|---|---|
graphics_path | aspose.pydrawing.Drawing2D.GraphicsPath | Graphics path |
See Also
- class
IGeometryPath
- class
ShapeUtil
- module
aspose.slides.util
- library
Aspose.Slides