XGraphicsDrawCurve Method Terminal Works - PDF Printing.Net Library
Overload List

  NameDescription
Public methodDrawCurve(XPen, XPoint)
Draws a cardinal spline through a specified array of points.
Public methodDrawCurve(XPen, Point)
Draws a cardinal spline through a specified array of points.
Public methodDrawCurve(XPen, PointF)
Draws a cardinal spline through a specified array of points.
Public methodDrawCurve(XPen, XPoint, Double)
Draws a cardinal spline through a specified array of points using a specified tension.
Public methodDrawCurve(XPen, Point, Double)
Draws a cardinal spline through a specified array of points using a specified tension.
Public methodDrawCurve(XPen, PointF, Double)
Draws a cardinal spline through a specified array of points using a specified tension.
Public methodDrawCurve(XPen, PointF, Int32, Int32)
Draws a cardinal spline through a specified array of point. The drawing begins offset from the beginning of the array.
Public methodDrawCurve(XPen, XPoint, Int32, Int32, Double)
Draws a cardinal spline through a specified array of point using a specified tension. The drawing begins offset from the beginning of the array.
Public methodDrawCurve(XPen, Point, Int32, Int32, Double)
Draws a cardinal spline through a specified array of point using a specified tension. The drawing begins offset from the beginning of the array.
Public methodDrawCurve(XPen, PointF, Int32, Int32, Double)
Draws a cardinal spline through a specified array of point using a specified tension. The drawing begins offset from the beginning of the array.
Top
See Also

Reference