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):
    ...
ParameterTypeDescription
geometry_pathIGeometryPath

See Also