Calculates char-index from screen line/column index.

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

Syntax

C#
public int GetCharIndexFromLineColumnIndex(
	int lineIndex,
	int columnIndex
)
Visual Basic
Public Function GetCharIndexFromLineColumnIndex ( 
	lineIndex As Integer,
	columnIndex As Integer
) As Integer

Parameters

lineIndex
Type: System..::..Int32
columnIndex
Type: System..::..Int32

Return Value

Type: Int32

Implements

IUserInterface..::..GetCharIndexFromLineColumnIndex(Int32, Int32)

Exceptions

ExceptionCondition
System..::..ArgumentOutOfRangeExceptionSpecified index was invalid.

See Also