Android.Views.ViewOverlay.Add Method
Adds a Drawable to the overlay.

Syntax

[Android.Runtime.Register("add", "(Landroid/graphics/drawable/Drawable;)V", "GetAdd_Landroid_graphics_drawable_Drawable_Handler")]
public virtual void Add (Android.Graphics.Drawables.Drawable drawable)

See Also

ViewOverlay.Remove(Android.Graphics.Drawables.Drawable)

Parameters

drawable
The Drawable to be added to the overlay. This drawable will be drawn when the view redraws its overlay.

Remarks

Adds a Drawable to the overlay. The bounds of the drawable should be relative to the host view. Any drawable added to the overlay should be removed when it is no longer needed or no longer visible.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 18