Update wxDC::DrawSpline() documentation

Mention that drawn spline is not an interpolating curve.
This commit is contained in:
Artur Wieczorek
2021-07-03 17:11:09 +02:00
parent 7828975bb3
commit 6bd396b38a
2 changed files with 5 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

View File

@@ -716,9 +716,14 @@ public:
The number of points must be at least 2 for the spline to be drawn. The number of points must be at least 2 for the spline to be drawn.
@note Drawn curve is not an interpolating curve - it does not go
through all points. It may be considered a smoothing curve.
@beginWxPerlOnly @beginWxPerlOnly
Not supported by wxPerl. Not supported by wxPerl.
@endWxPerlOnly @endWxPerlOnly
@image html drawing-spline.png
*/ */
void DrawSpline(int n, const wxPoint points[]); void DrawSpline(int n, const wxPoint points[]);