geometry_path_to_graphics_path method
geometry_path_to_graphics_path
Converts IGeometryPath to aspose.pydrawing.Drawing2D.GraphicsPath.
GraphicsPath can be transformed in a different ways using its convenient methods and then transformed back into
the [`IGeometryPath`](/slides/python-net/aspose.slides/igeometrypath) to use in [`GeometryShape`](/slides/python-net/aspose.slides/geometryshape) via [`ShapeUtil.graphics_path_to_geometry_path`](/slides/python-net/aspose.slides.util/shapeutil/graphics_path_to_geometry_path) method.
Returns
Graphics path
@staticmethod
def geometry_path_to_graphics_path(geometry_path):
...
| Parameter | Type | Description |
|---|---|---|
| geometry_path | IGeometryPath |
See Also
- class
GeometryShape - class
IGeometryPath - class
ShapeUtil - module
aspose.slides.util - library
Aspose.Slides