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。