UIScrollViewDelegate_Extensions.ZoomingEnded Method

Definition

Indicates that zooming has completed.

public static void ZoomingEnded (this UIKit.IUIScrollViewDelegate This, UIKit.UIScrollView scrollView, UIKit.UIView withView, nfloat atScale);
static member ZoomingEnded : UIKit.IUIScrollViewDelegate * UIKit.UIScrollView * UIKit.UIView * nfloat -> unit

Parameters

This
IUIScrollViewDelegate

The instance on which this extension method operates.

scrollView
UIScrollView

Scroll view containing the content being zoomed.

withView
UIView

View representing the content that needs to be scaled.

atScale
nfloat

The scale factor to use. This value must be between the limits set by the UIScrollView properties MinimumZoomScale and MaximumZoomScale.

Applies to