mirror of
https://github.com/fltk/fltk.git
synced 2026-06-04 23:42:15 +08:00
Add delete/release comments for Fl_Image::copy() (STR #1827)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5996 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user