다음을 통해 공유


ITextProvider.RangeFromPoint(Point) 메서드

정의

화면 좌표 부근에서 텍스트 범위를 검색합니다.

public:
 ITextRangeProvider ^ RangeFromPoint(Point screenLocation);
ITextRangeProvider RangeFromPoint(Point const& screenLocation);
public ITextRangeProvider RangeFromPoint(Point screenLocation);
function rangeFromPoint(screenLocation)
Public Function RangeFromPoint (screenLocation As Point) As ITextRangeProvider

매개 변수

screenLocation
Point

좌표 화면 위치입니다.

반환

텍스트가 포함된 범위입니다.

적용 대상