Class GraphicsPathExtensions
Class GraphicsPathExtensions
Nome do espaço: Aspose.Imaging.Extensions Assembleia: Aspose.Imaging.dll (25.4.0)
Contém os métodos de extensão Aspose.Imaging.GraphicsPath.
public static class GraphicsPathExtensions
Inheritance
object ← GraphicsPathExtensions
Membros herdados
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Methods
ToGdiGraphicsPath(GraphicsPath)
Converte o Aspose.Imaging.GraphicsPath para o System.Drawing.Drawing2D.GraphicsPath.
public static GraphicsPath ToGdiGraphicsPath(GraphicsPath graphicsPath)
Parameters
graphicsPath
GraphicsPath
O caminho gráfico para converter.
Returns
O sistema convertido.Drawing.Drawing2D.GraphicsPath.