Documentation: drawing a scaled shared image no longer involves resizing the source image under MSWindows.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12156 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy 2017-01-02 09:48:23 +00:00
parent 3145e06585
commit 06b98099f9
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ public:
/** Sets what algorithm is used when resizing a source image.
The default algorithm is FL_RGB_SCALING_BILINEAR.
Drawing an Fl_Shared_Image is sometimes performed by first resizing the source image
and then drawing the resized copy. This occurs, e.g., when drawing to screen under Linux or MSWindows
and then drawing the resized copy. This occurs, e.g., when drawing to screen under Linux
after having called Fl_Shared_Image::scale().
This function controls what method is used when the image to be resized is an Fl_RGB_Image.
\version 1.3.4