ZoomButtonsController Constructors

Definition

Overloads

ZoomButtonsController(View)

Constructor for the ZoomButtonsController.

ZoomButtonsController(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

ZoomButtonsController(View)

Constructor for the ZoomButtonsController.

[Android.Runtime.Register(".ctor", "(Landroid/view/View;)V", "")]
public ZoomButtonsController (Android.Views.View? ownerView);
[<Android.Runtime.Register(".ctor", "(Landroid/view/View;)V", "")>]
new Android.Widget.ZoomButtonsController : Android.Views.View -> Android.Widget.ZoomButtonsController

Parameters

ownerView
View

The view that is being zoomed by the zoom controls. The zoom controls will be displayed aligned with this view.

Attributes

Remarks

Constructor for the ZoomButtonsController.

Java documentation for android.widget.ZoomButtonsController.ZoomButtonsController(android.view.View).

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

ZoomButtonsController(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

protected ZoomButtonsController (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Widget.ZoomButtonsController : nativeint * Android.Runtime.JniHandleOwnership -> Android.Widget.ZoomButtonsController

Parameters

javaReference
IntPtr

nativeint

A IntPtrcontaining a Java Native Interface (JNI) object reference.

transfer
JniHandleOwnership

A JniHandleOwnershipindicating how to handle javaReference

Remarks

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