MeasuredText.GetBounds(Int32, Int32, 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.
Retrieves the boundary box of the given range
[Android.Runtime.Register("getBounds", "(IILandroid/graphics/Rect;)V", "GetGetBounds_IILandroid_graphics_Rect_Handler", ApiSince=29)]
public virtual void GetBounds (int start, int end, Android.Graphics.Rect rect);
[<Android.Runtime.Register("getBounds", "(IILandroid/graphics/Rect;)V", "GetGetBounds_IILandroid_graphics_Rect_Handler", ApiSince=29)>]
abstract member GetBounds : int * int * Android.Graphics.Rect -> unit
override this.GetBounds : int * int * Android.Graphics.Rect -> unit
Parameters
- start
- Int32
an inclusive start index of the range
- end
- Int32
an exclusive end index of the range
- rect
- Rect
an output parameter
- Attributes
Remarks
Retrieves the boundary box of the given range
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.