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

ParameterTypeDescription
graphicsPathSystem::SharedPtr<System::Drawing::Drawing2D::GraphicsPath>Graphics path

Return Value

Geometry path

Remarks

Return value of the method call can be used to change the geometry of a IGeometryShape object with IGeometryShape::SetGeometryPaths method.

See Also