ShapeUtil

ShapeUtil class

Offer methods which helps to process shapes objects.

The ShapeUtil type exposes the following members:

Methods

NameDescription
graphics_path_to_geometry_path(graphics_path)Converts a aspose.pydrawing.drawing2d.GraphicsPath to the IGeometryPath
geometry_path_to_graphics_path(geometry_path)Converts IGeometryPath to aspose.pydrawing.drawing2d.GraphicsPath.

See Also