UITextField.GetSelectionRects(UITextRange) メソッド

定義

をフレームrangeとする の配列UITextSelectionRect

[Foundation.Export("selectionRectsForRange:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UITextSelectionRect[] GetSelectionRects (UIKit.UITextRange range);
abstract member GetSelectionRects : UIKit.UITextRange -> UIKit.UITextSelectionRect[]
override this.GetSelectionRects : UIKit.UITextRange -> UIKit.UITextSelectionRect[]

パラメーター

range
UITextRange

UITextRange選択範囲の四角形が必要な 。

戻り値

内の の のrange配列 (空の場合があります)。UITextSelectionRect

実装

属性

適用対象