Gets caret location by logical line/column index.

Namespace: Sgry.Azuki
Assembly: Azuki (in Azuki.dll) Version: 1.7.13.40248

Syntax

C#
public void GetCaretIndex(
	out int lineIndex,
	out int columnIndex
)
Visual Basic
Public Sub GetCaretIndex ( 
	<OutAttribute> ByRef lineIndex As Integer,
	<OutAttribute> ByRef columnIndex As Integer
)

Parameters

lineIndex
Type: System..::..Int32%
line index of where the caret is at
columnIndex
Type: System..::..Int32%
column index of where the caret is at

See Also