AccessibilityWindowInfo.GetBoundsInScreen(Rect) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the bounds of this window in the screen.
[Android.Runtime.Register("getBoundsInScreen", "(Landroid/graphics/Rect;)V", "")]
public void GetBoundsInScreen (Android.Graphics.Rect? outBounds);
[<Android.Runtime.Register("getBoundsInScreen", "(Landroid/graphics/Rect;)V", "")>]
member this.GetBoundsInScreen : Android.Graphics.Rect -> unit
Parameters
- outBounds
- Rect
The out window bounds.
- Attributes
Remarks
Gets the bounds of this window in the screen. This is equivalent to get the bounds of the Region from #getRegionInScreen(Region)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.