Language

ContentCaptureNodeProperties.SetBounds(Int32, Int32, Int32, Int32) Method

Definition

Sets the boundaries for this node relative to the parent node.

[Android.Runtime.Register("setBounds", "(IIII)V", "GetSetBounds_IIIIHandler", ApiSince=37)]
public virtual void SetBounds(int left, int top, int right, int bottom);
[<Android.Runtime.Register("setBounds", "(IIII)V", "GetSetBounds_IIIIHandler", ApiSince=37)>]
abstract member SetBounds : int * int * int * int -> unit
override this.SetBounds : int * int * int * int -> unit

Parameters

left
Int32

left bound

top
Int32

top bound

right
Int32

right bound

bottom
Int32

bottom bound

Attributes

Applies to