Gets the index of the first char in the screen line which contains the specified char-index.

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

Syntax

C#
public int GetLineHeadIndexFromCharIndex(
	int charIndex
)
Visual Basic
Public Function GetLineHeadIndexFromCharIndex ( 
	charIndex As Integer
) As Integer

Parameters

charIndex
Type: System..::..Int32

Return Value

Type: Int32

Implements

IUserInterface..::..GetLineHeadIndexFromCharIndex(Int32)

Exceptions

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

See Also