ViewGroupOverlay.Remove(View) Method

Definition

Removes the specified View from the overlay.

[Android.Runtime.Register("remove", "(Landroid/view/View;)V", "GetRemove_Landroid_view_View_Handler")]
public virtual void Remove (Android.Views.View view);
[<Android.Runtime.Register("remove", "(Landroid/view/View;)V", "GetRemove_Landroid_view_View_Handler")>]
override this.Remove : Android.Views.View -> unit

Parameters

view
View

The View to be removed from the overlay.

Attributes

Remarks

Removes the specified View from the overlay. Passing null parameter will result in an IllegalArgumentException being thrown.

Java documentation for android.view.ViewGroupOverlay.remove(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

See also