Class GraphicsPathExtensions
Class GraphicsPathExtensions
Namn på plats: Aspose.Imaging.Extensions Församling: Aspose.Imaging.dll (25.4.0)
Innehåller Aspose.Imaging.GraphicsPath förlängningsmetoder.
public static class GraphicsPathExtensions
Inheritance
object ← GraphicsPathExtensions
Arvsmedlemmar
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Methods
ToGdiGraphicsPath(GraphicsPath)
Konverterar Aspose.Imaging.GraphicsPath till System.Drawing.Drawing2D.GraphicsPath.
public static GraphicsPath ToGdiGraphicsPath(GraphicsPath graphicsPath)
Parameters
graphicsPath
GraphicsPath
Den grafiska vägen att konvertera.
Returns
Den konverterade System.Drawing.Drawing2D.GraphicsPath.