“IMAGE transformations” is a template which adds extra abilities to standard IMAGE control:
Zoom in and out (with or without mouse wheel)
Rotate by any angle
It uses only regular Windows API functions, no extra libraries.
In the demo program you can try both zooming and rotation features. The demo can be downloaded from this link: press big green “Code” button and choose “Download ZIP”.
This is a template I am looking for. There is just one feature missing and wonder if you can add it?
I need an additional function to move the image with the mouse pointer once zoomed.
Would it be possible to add that function to the template?