Language

ContentCaptureNodeProperties.GetBounds(Rect) Method

Definition

Copies the relative boundaries of this node into the provided Rect.

[Android.Runtime.Register("getBounds", "(Landroid/graphics/Rect;)V", "GetGetBounds_Landroid_graphics_Rect_Handler", ApiSince=37)]
public virtual void GetBounds(Android.Graphics.Rect outBounds);
[<Android.Runtime.Register("getBounds", "(Landroid/graphics/Rect;)V", "GetGetBounds_Landroid_graphics_Rect_Handler", ApiSince=37)>]
abstract member GetBounds : Android.Graphics.Rect -> unit
override this.GetBounds : Android.Graphics.Rect -> unit

Parameters

outBounds
Rect

The mutable Rect to receive the bounds. Must not be null.

Attributes

Applies to