Class GraphicsPathExtensions

Class GraphicsPathExtensions

Namespace: Aspose.Imaging.Extensions
Assembly: Aspose.Imaging.dll (25.2.0)

Contains the Aspose.Imaging.GraphicsPath extension methods.

public static class GraphicsPathExtensions

Inheritance

objectGraphicsPathExtensions

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Methods

ToGdiGraphicsPath(GraphicsPath)

Converts the Aspose.Imaging.GraphicsPath to the System.Drawing.Drawing2D.GraphicsPath.

public static GraphicsPath ToGdiGraphicsPath(GraphicsPath graphicsPath)

Parameters

graphicsPath GraphicsPath

The graphics path to convert.

Returns

GraphicsPath

The converted System.Drawing.Drawing2D.GraphicsPath.