ZoomButtonsController Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ZoomButtonsController(View) |
Constructor for the |
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
.
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
- 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.