Android.Webkit.WebView.ZoomBy Method
Performs a zoom operation in this WebView.

Syntax

[Android.Runtime.Register("zoomBy", "(F)V", "GetZoomBy_FHandler")]
public virtual void ZoomBy (float zoomFactor)

Parameters

zoomFactor
the zoom factor to apply. The zoom factor will be clamped to the Webview's zoom limits. This value must be in the range 0.01 to 100.0 inclusive.

Remarks

Performs a zoom operation in this WebView.

[Android Documentation]

Requirements

Namespace: Android.Webkit
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1