GeometryPathToGraphicsPath

ShapeUtil.GeometryPathToGraphicsPath method

Converts IGeometryPath to GraphicsPath. 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 method.

public static GraphicsPath GeometryPathToGraphicsPath(IGeometryPath geometryPath)
ParameterTypeDescription
geometryPathIGeometryPath

Return Value

Graphics path

See Also