ZoomButtonsController.IOnZoomListener.OnZoom(Boolean) Method

Definition

Called when the owner view needs to be zoomed.

[Android.Runtime.Register("onZoom", "(Z)V", "GetOnZoom_ZHandler:Android.Widget.ZoomButtonsController/IOnZoomListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void OnZoom (bool zoomIn);
[<Android.Runtime.Register("onZoom", "(Z)V", "GetOnZoom_ZHandler:Android.Widget.ZoomButtonsController/IOnZoomListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member OnZoom : bool -> unit

Parameters

zoomIn
Boolean

The direction of the zoom: true to zoom in, false to zoom out.

Attributes

Remarks

Called when the owner view needs to be zoomed.

Java documentation for android.widget.ZoomButtonsController.OnZoomListener.onZoom(boolean).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to