View.View Constructor
Initializes a new instance of the View class with the given drawable.
View(Drawable drawable)
Initializes a new instance of the View class with the given drawable.Syntax
public View (
Drawable drawable
)
Parameters
drawable
Type: Drawable
The drawing area that the presentation is to be presented at, typically a window.
The drawing area that the presentation is to be presented at, typically a window.
Platforms
Windows, Linux, Android