Zoom on a PictureBox (Windows Mobile)

泄露秘密 提交于 2019-12-11 14:51:53

问题


I'm developing an app for Windows Mobile. I would like to make zoom on a PictureBox's image.

How can I do this?

I think this is more complicated because I'm doing for Windows Mobile.

Thank you!


回答1:


Almost all questions that have to do with Windows Mobile are answered with OpenNetCF. While I haven't tried this, OpenNetCF has a picture box control with a Scale() method. Perhaps this is what you're looking for.

If you use the ImageViewer control, you will get Zoom in/out.



来源:https://stackoverflow.com/questions/578767/zoom-on-a-picturebox-windows-mobile

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!