Image zooming and displaying
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Dear All, Does anyone know how can I zoom and image in and out..and make it initially when displayed fit the area specified for it without having to use scroll bars? Thanks and Best Regards, E.A.
Hello Using
DrawImage
method ofGraphics
class you can specify any size for your image. And it will be drawn using that size. With best regards, Andrew