public class ShapeUtil
extends java.lang.Object
Offer methods which helps to process shapes objects.
| Constructor and Description |
|---|
ShapeUtil() |
| Modifier and Type | Method and Description |
|---|---|
static android.graphics.Path |
geometryPathToGraphicsPath(IGeometryPath geometryPath)
Deprecated.
This method will be removed after release of version 24.7.
|
static IGeometryPath |
graphicsPathToGeometryPath(android.graphics.Path graphicsPath)
Deprecated.
This method will be removed after release of version 24.7.
|
@Deprecated public static IGeometryPath graphicsPathToGeometryPath(android.graphics.Path graphicsPath)
Converts a Path to the IGeometryPath
graphicsPath - Graphics path
@Deprecated public static android.graphics.Path geometryPathToGraphicsPath(IGeometryPath geometryPath)
Converts IGeometryPath to Path.
GraphicsPath can be transformed in a different ways using its convenient methods and then transformed back into
the IGeometryPath to use in GeometryShape via graphicsPathToGeometryPath(android.graphics.Path) method.
geometryPath - Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.