how to scale or zoomx and zoomy?
-
dear all how to scale or zoomx and zoomy for one image size? for example, my image size is 1624, 1224, but my pictureBox is 680,580, how to scale and zoomx and zoomy, make sure all image will be centered and display in the pictureBox. thanks
Try google search[^].
I Love T-SQL "Don't torture yourself,let the life to do it for you." If my post helps you kindly save my time by voting my post. www.aktualiteti.com
-
dear all how to scale or zoomx and zoomy for one image size? for example, my image size is 1624, 1224, but my pictureBox is 680,580, how to scale and zoomx and zoomy, make sure all image will be centered and display in the pictureBox. thanks
Hi, You should look at the
SizeMode
property of thePictureBox
class. This is really a simple issue, you should look for properties of objects you're using before posting on this forum. If you give yourself a little effort, people here will be more likely to help you. Regards.