다음을 통해 공유


UITextView.GetPositionWithinRange(UITextRange, UITextLayoutDirection) 메서드

정의

표시되는 텍스트에서 가능한 가장 먼 위치를 반환합니다.

[Foundation.Export("positionWithinRange:farthestInDirection:")]
public virtual UIKit.UITextPosition GetPositionWithinRange (UIKit.UITextRange range, UIKit.UITextLayoutDirection direction);
abstract member GetPositionWithinRange : UIKit.UITextRange * UIKit.UITextLayoutDirection -> UIKit.UITextPosition
override this.GetPositionWithinRange : UIKit.UITextRange * UIKit.UITextLayoutDirection -> UIKit.UITextPosition

매개 변수

range
UITextRange

문서의 텍스트 범위입니다.

direction
UITextLayoutDirection

레이아웃의 방향입니다.

반환

구현

특성

적용 대상