다음을 통해 공유


UITextField.GetSelectionRects(UITextRange) 메서드

정의

를 프레임하는 의 UITextSelectionRect배열입니다 range.

[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 선택 사각형이 필요한 입니다.

반환

에 있는 의 UITextSelectionRect배열(비어 있는 것일 수 있음)입니다 range.

구현

특성

적용 대상