Calculates screen line/column index from char-index.
Namespace: Sgry.AzukiAssembly: Azuki (in Azuki.dll) Version: 1.7.13.40248
Syntax
| C# |
|---|
void GetLineColumnIndexFromCharIndex(
int charIndex,
out int lineIndex,
out int columnIndex
) |
| Visual Basic |
|---|
Sub GetLineColumnIndexFromCharIndex (
charIndex As Integer,
<OutAttribute> ByRef lineIndex As Integer,
<OutAttribute> ByRef columnIndex As Integer
) |
Parameters
- charIndex
- Type: System..::..Int32
- lineIndex
- Type: System..::..Int32%
- columnIndex
- Type: System..::..Int32%
Exceptions
| Exception | Condition |
|---|
| System..::..ArgumentOutOfRangeException | Specified index was invalid. |
See Also