Gets index of the first character in specified logical line.

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

Syntax

C#
public int GetLineHeadIndex(
	int lineIndex
)
Visual Basic
Public Function GetLineHeadIndex ( 
	lineIndex As Integer
) As Integer

Parameters

lineIndex
Type: System..::..Int32

Return Value

Type: Int32

Exceptions

ExceptionCondition
System..::..ArgumentOutOfRangeException Specified index is out of valid range.

See Also