IUITextInput.GetFirstRectForRange(UITextRange) 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.
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