Update wxDC::DrawSpline() documentation
Mention that drawn spline is not an interpolating curve.
This commit is contained in:
BIN
docs/doxygen/images/drawing-spline.png
Normal file
BIN
docs/doxygen/images/drawing-spline.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.6 KiB |
@@ -716,9 +716,14 @@ public:
|
||||
|
||||
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
|
||||
Not supported by wxPerl.
|
||||
@endWxPerlOnly
|
||||
|
||||
@image html drawing-spline.png
|
||||
*/
|
||||
void DrawSpline(int n, const wxPoint points[]);
|
||||
|
||||
|
Reference in New Issue
Block a user