Overload List
Name | Description | |
---|---|---|
DrawCurve(XPen, XPoint) |
Draws a cardinal spline through a specified array of points.
| |
DrawCurve(XPen, Point) |
Draws a cardinal spline through a specified array of points.
| |
DrawCurve(XPen, PointF) |
Draws a cardinal spline through a specified array of points.
| |
DrawCurve(XPen, XPoint, Double) |
Draws a cardinal spline through a specified array of points using a specified tension.
| |
DrawCurve(XPen, Point, Double) |
Draws a cardinal spline through a specified array of points using a specified tension.
| |
DrawCurve(XPen, PointF, Double) |
Draws a cardinal spline through a specified array of points using a specified tension.
| |
DrawCurve(XPen, PointF, Int32, Int32) |
Draws a cardinal spline through a specified array of point. The drawing begins offset from the beginning of the array.
| |
DrawCurve(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.
| |
DrawCurve(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.
| |
DrawCurve(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.
|
See Also