GeometryPathToGraphicsPath()
ShapeUtil::GeometryPathToGraphicsPath(System::SharedPtr<IGeometryPath>) method
Converts IGeometryPath to System::Drawing::Drawing2D::GraphicsPath.
static System::SharedPtr<System::Drawing::Drawing2D::GraphicsPath> Aspose::Slides::Util::ShapeUtil::GeometryPathToGraphicsPath(System::SharedPtr<IGeometryPath> geometryPath)
Arguments
Parameter | Type | Description |
---|---|---|
geometryPath | System::SharedPtr<IGeometryPath> |
Return Value
Graphics path
Remarks
- Deprecated
- This method will be removed after release of version 24.7.
GraphicsPath can be transformed in a different ways using its convenient methods and then transformed back into the IGeometryPath to use in GeometryShape via ShapeUtil::GraphicsPathToGeometryPath method.
See Also
- Typedef SharedPtr
- Class GraphicsPath
- Class IGeometryPath
- Class ShapeUtil
- Namespace Aspose::Slides::Util
- Library Aspose.Slides