Method Clear
Clear()
Clears the view region with the current color.
public void Clear()
Remarks
This clears the entire region used by this view.
Clear(Rect)
Clears the specified region with the current color.
public void Clear(Rect regionScreen)
Parameters
regionScreen
RectThe screen-relative region to clear.