|
|
Image
? Neither wxImage nor wxBitmap has according to the current documentation a function named SetSize()
Size
which returns a copy of the image with the new size (what probably happens in your case). Use Resize
in order to change the size of an image in place.SetSize()
does.Image
created?Image
is a local varibale within OnSaveImage()
. I'd expect that for Memory too which is a wxMemoryDC?