views:

41

answers:

2

Hi

I am trying to write code in C# to zoom the image captured in the windows mobile 5.0 camera...

Please let me know any reference

Thanks in Advance

A: 

Follow the links below:

  1. Get the image into an Image instance.
  2. Resize it.
Johann Gerell
+1  A: 

How about this MSDN article specifically covering zooming.

ctacke