다음을 통해 공유


IUITextInput.GetCharacterRangeAtPoint(CGPoint) 메서드

정의

지정된 지점에 있는 문서의 문자 또는 문자 범위를 가져옵니다.

[Foundation.Export("characterRangeAtPoint:")]
[Foundation.Preserve(Conditional=true)]
public UIKit.UITextRange GetCharacterRangeAtPoint (CoreGraphics.CGPoint point);
abstract member GetCharacterRangeAtPoint : CoreGraphics.CGPoint -> UIKit.UITextRange

매개 변수

point
CGPoint

문서 텍스트가 그려지는 뷰를 가리킵니다.

반환

문서 텍스트가 그려지는 뷰의 점을 가져옵니다.

특성

적용 대상