U> for a small presentation application I need to
U> draw images (jpeg, png) by using some basic visual effects
U> (for example in a window drawing the image from right to left etc.).
U> Does wxWidgest have such functions?
Hello,
First, I really think you want to send questions like those to wx-users
mailing list, the -discuss one was supposed to be for non-technical
discussions and is not used at all any more, please follow up to -users.
Second, have a look at wxDC::SetAxisOrientation() and/or wxGraphicsContext
transformations methods. Or, if you need just to reflect the image, look at
wxImage::Mirror().
Regards,
VZ