made wxImage::Scale() const to not confuse people any more and added

a Rescale() which changes the image size "in place". Documented both
changes too.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2955 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
1999-07-05 21:08:29 +00:00
parent a0bc2c1d27
commit ce9a75d225
3 changed files with 55 additions and 14 deletions

View File

@@ -150,7 +150,7 @@ void wxImage::Destroy()
UnRef();
}
wxImage wxImage::Scale( int width, int height )
wxImage wxImage::Scale( int width, int height ) const
{
wxImage image;