问题描述
我正在为Windows Mobile开发一个应用程序.我想放大PictureBox的图像.
我该怎么做?
我认为这更加复杂,因为我正在为 Windows Mobile 做准备.
谢谢!
几乎所有与Windows Mobile有关的问题都可以通过OpenNetCF回答.虽然我还没有尝试过,但是OpenNetCF拥有一个带有Scale()方法的图片框控件.也许这就是您要寻找的. p>
如果您使用 ImageViewer控件 l,您将看到放大/缩小".
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!
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.
这篇关于放大PictureBox(Windows Mobile)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!