Gianluca
2009-09-07 06:24:03 UTC
Hi all,
I'm using the simple class at http://wiki.wxwidgets.org/An_image_panel
(the class with resize fuction) in my software, to add some image
through wxPanel.
Now, I'd like to add some method to manage and edit the loaded image;
for example I want to rotate the loaded image.
How I can refresh/reload the the image loaded in object construction?
I've to trigger the wxPaintEvent? And if yes, how to trigger it?
Thanks in advance
I'm using the simple class at http://wiki.wxwidgets.org/An_image_panel
(the class with resize fuction) in my software, to add some image
through wxPanel.
Now, I'd like to add some method to manage and edit the loaded image;
for example I want to rotate the loaded image.
How I can refresh/reload the the image loaded in object construction?
I've to trigger the wxPaintEvent? And if yes, how to trigger it?
Thanks in advance