ContentCaptureNodeProperties.SetBounds(Int32, Int32, Int32, Int32) 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.
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