Class GraphicsPathExtensions

Class GraphicsPathExtensions

Nombre del espacio: Aspose.Imaging.Extensions Asamblea: Aspose.Imaging.dll (25.4.0)

Contiene los métodos de extensión Aspose.Imaging.GraphicsPath.

public static class GraphicsPathExtensions

Inheritance

object GraphicsPathExtensions

Miembros heredados

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

Methods

ToGdiGraphicsPath(GraphicsPath)

Converta el Aspose.Imaging.GraphicsPath en el System.Drawing.Drawing2D.GraphicsPath.

public static GraphicsPath ToGdiGraphicsPath(GraphicsPath graphicsPath)

Parameters

graphicsPath GraphicsPath

El camino gráfico para convertir.

Returns

GraphicsPath

El sistema convertido.Drawing.Drawing2D.GraphicsPath.

 Español