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):
    ...
ParameterTypeDescription
graphics_pathaspose.pydrawing.Drawing2D.GraphicsPathGraphics path

See Also