RichSuggestBox.GetRectFromRange(ITextRange) Method

Definition

Retrieves the bounding rectangle that encompasses the text range with position measured from the top left of the RichSuggestBox control.

public Windows.Foundation.Rect GetRectFromRange (Windows.UI.Text.ITextRange range);
member this.GetRectFromRange : Windows.UI.Text.ITextRange -> Windows.Foundation.Rect
Public Function GetRectFromRange (range As ITextRange) As Rect

Parameters

range
Windows.UI.Text.ITextRange

Text range to retrieve the bounding box from.

Returns

The bounding rectangle.

Applies to