Magnifier(View) Constructor

Definition

Caution

deprecated

Initializes a magnifier.

[Android.Runtime.Register(".ctor", "(Landroid/view/View;)V", "", ApiSince=28)]
[System.Obsolete("deprecated")]
public Magnifier (Android.Views.View view);
[<Android.Runtime.Register(".ctor", "(Landroid/view/View;)V", "", ApiSince=28)>]
[<System.Obsolete("deprecated")>]
new Android.Widget.Magnifier : Android.Views.View -> Android.Widget.Magnifier

Parameters

view
View

the view for which this magnifier is attached

Attributes

Remarks

Java documentation for android.widget.Magnifier.Magnifier(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