MaskedTextBox.GetPositionFromCharIndex(Int32) 메서드

정의

컨트롤 내에서 지정된 문자 인덱스의 위치를 검색합니다.

public:
 override System::Drawing::Point GetPositionFromCharIndex(int index);
public override System.Drawing.Point GetPositionFromCharIndex (int index);
override this.GetPositionFromCharIndex : int -> System.Drawing.Point
Public Overrides Function GetPositionFromCharIndex (index As Integer) As Point

매개 변수

index
Int32

위치를 검색할 문자의 인덱스입니다.

반환

Point

컨트롤의 클라이언트 영역 내에서 지정된 문자의 위치입니다.

적용 대상

추가 정보