ContentCaptureNodeProperties.GetBounds(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.
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