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 **Aspose.Slides.Util.ShapeUtil.GraphicsPathToGeometryPath(System.Drawing.Drawing2** 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