summaryrefslogtreecommitdiff
path: root/documentation/Fl_Image.html
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/Fl_Image.html')
-rw-r--r--documentation/Fl_Image.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/documentation/Fl_Image.html b/documentation/Fl_Image.html
index 7f3f52f3e..8df5a38ed 100644
--- a/documentation/Fl_Image.html
+++ b/documentation/Fl_Image.html
@@ -105,7 +105,9 @@ copy();</A></H4>
<P>The <TT>copy()</TT> method creates a copy of the specified
image. If the width and height are provided, the image is
-resized to the specified size.</P>
+resized to the specified size. The image should be deleted (or in
+the case of <tt>Fl_Shared_Image</tt>, released) when you are done
+with it.</P>
<H4><A NAME="Fl_Image.count">int count();</A></H4>