UIWebView.ZoomingEnded(UIScrollView, UIView, nfloat) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates that zooming has completed.
[Foundation.Export("scrollViewDidEndZooming:withView:atScale:")]
public virtual void ZoomingEnded (UIKit.UIScrollView scrollView, UIKit.UIView withView, nfloat atScale);
abstract member ZoomingEnded : UIKit.UIScrollView * UIKit.UIView * nfloat -> unit
override this.ZoomingEnded : UIKit.UIScrollView * UIKit.UIView * nfloat -> unit
Parameters
- scrollView
- UIScrollView
- withView
- UIView
- atScale
- nfloat
- Attributes