Description
Removes the specified drawable from the list of viewed drawables.
Returns true if the drawable was found. Returns false if the specified drawable had not been added to this view.
Visual Basic
Public Function Erase( drawable As Drawable ) As bool
C#
public bool Erase( Drawable drawable );
Parameters
| Parameters | Description |
|---|---|
| Drawable drawable | Input object to be removed from the view. |