Class GraphicsPathExtensions
Class GraphicsPathExtensions
Името на пространството: Aspose.Imaging.Extensions Асамблея: Aspose.Imaging.dll (25.4.0)
Съдържа методите за разширяване на Aspose.Imaging.GraphicsPath.
public static class GraphicsPathExtensions
Inheritance
object ← GraphicsPathExtensions
наследници
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Methods
ToGdiGraphicsPath(GraphicsPath)
Преобразува Aspose.Imaging.GraphicsPath в System.Drawing2D.
public static GraphicsPath ToGdiGraphicsPath(GraphicsPath graphicsPath)
Parameters
graphicsPath
GraphicsPath
Пътят на графиката за конвертиране.
Returns
Конвертиран System.Drawing.Stracking2D.GraphicsPath.