How to scroll an image?
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, Can someone please tell me how can I scroll an image?and how can I manipulate its size so that it's adjust it according to the monitor size of the user's monitor? Thanks, E.A.
You scroll an image by changing which part of the image you draw. You change it's display size by drawing it to the size of the window you're drawing on. Christian Graus - Microsoft MVP - C++