UIScrollView.SetZoomScale(nfloat, Boolean) Method

Definition

Sets the scale of the UIScrollView object's contents. (See ZoomScale)

[Foundation.Export("setZoomScale:animated:")]
public virtual void SetZoomScale (nfloat scale, bool animated);
abstract member SetZoomScale : nfloat * bool -> unit
override this.SetZoomScale : nfloat * bool -> unit

Parameters

scale
nfloat

The amount to scale the .

animated
Boolean
Attributes

Applies to