getRegionInScreen

open fun getRegionInScreen(@NonNull outRegion: Region)(source)

Gets the touchable region of this window in the screen.

Compatibility:

  • API <33: Gets the bounds of this window in the screen.
  • API <21: Does not operate.

Parameters

outRegion

The out window region.