- Zoom In Function
i want to add a zoom in function into the program.how can i make it?is it change the scale of the picturebox~?...
- Zoom in and Zoom out of a image in Picturebox
Need help in trying to figure out how to zoom in and out of a image inside of a picturebox... can someone help?...
- zoom in and zoom out
how to write the code to zoom in or zoom out the picture? can anybody provide the code on zoom in or out function?...
- zoom in and zoom out
hi, all, I am newbie in vb.net, so I just windering how can I zoom In/Out a tiff file in pictureBox? By the way, how can I convert it to gray scale? Thanks....
- Zoom in and out with graphics in VB
Hi All, I have an application in which I project images and lines on a VB form through so called Ropes and Boxes: Boxes: Public stdPic As StdPicture, X&, Y&, Text$, Text2$, Id$ Public Sub Draw(Obj As Form) 'vbWhite Call Obj.PaintPicture(stdPic, X - 90, Y - 90) 'Obj Obj.CurrentX = X + 1...
- Zoom in an out!
Could someone please help me by telling me how i could zoom. Here's my situation: i have got an image in a picture box and i want to be able to zoom in and out through my program.:confused:...