GraphicsPathToGeometryPath()
ShapeUtil::GraphicsPathToGeometryPath(System::SharedPtr<System::Drawing::Drawing2D::GraphicsPath>) method
Converts a System::Drawing::Drawing2D::GraphicsPath to the IGeometryPath
static System::SharedPtr<IGeometryPath> Aspose::Slides::Util::ShapeUtil::GraphicsPathToGeometryPath(System::SharedPtr<System::Drawing::Drawing2D::GraphicsPath> graphicsPath)
Arguments
Parameter | Type | Description |
---|---|---|
graphicsPath | System::SharedPtr<System::Drawing::Drawing2D::GraphicsPath> | Graphics path |
Return Value
Geometry path
Remarks
- Deprecated
- This method will be removed after release of version 24.7.
Return value of the method call can be used to change the geometry of a IGeometryShape object with IGeometryShape::SetGeometryPaths method.
See Also
- Typedef SharedPtr
- Class IGeometryPath
- Class GraphicsPath
- Class ShapeUtil
- Namespace Aspose::Slides::Util
- Library Aspose.Slides