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.