Class GraphicsPathExtensions

Class GraphicsPathExtensions

Der Name: Aspose.Imaging.Extensions Versammlung: Aspose.Imaging.dll (25.4.0)

Es enthält die Aspose.Imaging.GraphicsPath Erweiterungsmethoden.

public static class GraphicsPathExtensions

Inheritance

object GraphicsPathExtensions

Vererbte Mitglieder

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

Methods

ToGdiGraphicsPath(GraphicsPath)

Umwandelt die Aspose.Imaging.GraphicsPath in die System.Drawing.Drawing2D.GraphicsPath.

public static GraphicsPath ToGdiGraphicsPath(GraphicsPath graphicsPath)

Parameters

graphicsPath GraphicsPath

Der Graphic Path zu konvertieren.

Returns

GraphicsPath

Das Konvertierte System.Drawing.Drawing2D.GraphicsPath.

 Deutsch