Click here to Skip to main content
16,016,489 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Iam loading Picture Box, How can we zoomin and zoomout image in picture box, Is there any solution in vb.net

Here is the code for loading image

PictureBox1.Load(D:\test.jpg)
PictureBox1.SizeMode = PictureBoxSizeMode.StretchImage
Posted

1 solution

 
Share this answer
 
Comments
vinodh107 15-Jul-14 4:16am    
thank you for valuable result, But i have tried all 3 links which u have mentioned.Zoom In and Zoom Out must be done inside picture box, Is there any solution for this.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900