Mono.TextEditor.TextEditorData.SetCaretTo C# (CSharp) 메소드

SetCaretTo() 공개 메소드

public SetCaretTo ( int line, int column ) : void
line int
column int
리턴 void
		public void SetCaretTo (int line, int column)
		{
			SetCaretTo (line, column, true);
		}
		

Same methods

TextEditorData::SetCaretTo ( int line, int column, bool highlight ) : void
TextEditorData::SetCaretTo ( int line, int column, bool highlight, bool centerCaret ) : void