IUITextInput.GetFirstRectForRange(UITextRange) Method

Definition

Gets the first rectangle enclosing a specified range of document text.

[Foundation.Export("firstRectForRange:")]
[Foundation.Preserve(Conditional=true)]
public CoreGraphics.CGRect GetFirstRectForRange (UIKit.UITextRange range);
abstract member GetFirstRectForRange : UIKit.UITextRange -> CoreGraphics.CGRect

Parameters

range
UITextRange

A UITextRange object indicating the range of a document's text.

Returns

The first rectangle enclosing a specified range.

Attributes

Applies to