TextBox.GetCharacterIndexFromLineIndex(Int32) 메서드

정의

지정된 줄에서 첫 번째 문자의 문자 인덱스(0부터 시작)를 반환합니다.

public:
 int GetCharacterIndexFromLineIndex(int lineIndex);
public int GetCharacterIndexFromLineIndex (int lineIndex);
member this.GetCharacterIndexFromLineIndex : int -> int
Public Function GetCharacterIndexFromLineIndex (lineIndex As Integer) As Integer

매개 변수

lineIndex
Int32

첫 문자 인덱스를 검색할 줄의 인덱스(0부터 시작)입니다.

반환

지정된 줄에서 첫 번째 문자의 인덱스(0부터 시작)입니다.

적용 대상

추가 정보