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.Drawing.Drawing2D.GraphicsPath。
public static GraphicsPath ToGdiGraphicsPath(GraphicsPath graphicsPath)
Parameters
graphicsPath
GraphicsPath
图形路径转换。
Returns
转换的 System.Drawing.Drawing2D.GraphicsPath。