0

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!

Nifle
  • 11,745
  • 10
  • 75
  • 100
VansFannel
  • 45,055
  • 107
  • 359
  • 626

1 Answers1

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.

plinth
  • 48,267
  • 11
  • 78
  • 120