Class GraphicsPathExtensions
Class GraphicsPathExtensions
Název místa: Aspose.Imaging.Extensions Shromáždění: Aspose.Imaging.dll (25.4.0)
Obsahuje metody rozšíření Aspose.Imaging.GraphicsPath.
public static class GraphicsPathExtensions
Inheritance
object ← GraphicsPathExtensions
Dědiční členové
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Methods
ToGdiGraphicsPath(GraphicsPath)
Konvertuje Aspose.Imaging.GraphicsPath na System.Drawing.Drawing2D.GraphicsPath.
public static GraphicsPath ToGdiGraphicsPath(GraphicsPath graphicsPath)
Parameters
graphicsPath
GraphicsPath
Grafická cesta ke konverzi.
Returns
Převedený systém.Drawing.Drawing2D.GraphicsPath.