Hi

you need to put a UIImage inside a UIImageView inside a UIScrollView.

You can then set zoom properties on the UIScrollView

scrollView.MaximumZoomScale = 2.0f;
scrollView.MinimumZoomScale = 0.5f;
scrollView.ZoomScale = 1.0f;
scrollView.BouncesZoom = true;

HTH

N


On Thu, Apr 12, 2012 at 15:01, Pritish <[email protected]> wrote:
> Hi,
>
>   How to Zoom the Specific part of UIImage to the certain limit.
>
>  1. Zoom with UIPinchGestureRecognizer to the certain limit.
>
>  2. Zoom with on UIButton Click it also the some certain limit
>
> Regards
> Pritish M. Deshmukh
>
> --
> View this message in context: 
> http://monotouch.2284126.n4.nabble.com/How-to-Zoom-the-Specific-part-of-UIImage-to-the-certain-limit-tp4551977p4551977.html
> Sent from the MonoTouch mailing list archive at Nabble.com.
> _______________________________________________
> MonoTouch mailing list
> [email protected]
> http://lists.ximian.com/mailman/listinfo/monotouch



-- 
Nic Wise
t.  +44 7788 592 806 | @fastchicken | http://www.linkedin.com/in/nicwise
b. http://www.fastchicken.co.nz/

Earnest: Self-employed? Track your business expenses and income.
http://earnestapp.com
Nearest Bus: find when the next bus is coming to your stop. http://goo.gl/Vcz1p
mobileAgent (for FreeAgent): get your accounts in your pocket.
http://goo.gl/IuBU
Trip Wallet: Keep track of your budget on the go: http://goo.gl/ePhKa
London Bike App: Find the nearest Boris Bike, and get riding! http://goo.gl/Icp2
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to