Hi,
You can zoom in/out image in picturebox control like the following example code. Hope this can satisfy your requirement.If you have further question, please feel free to let me know.
Code Snippet
Me.PictureBox1.SizeMode = PictureBoxSizeMode.StretchImage
Me.PictureBox1.Size = New Size(width, height)
Me.AutoScroll = True
Thanks for your question
riqueldong–msft
| Tue, 02 Oct 2007 09:46:00 GMT |