Calculates screen location of the character at specified index.

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

Syntax

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

Parameters

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

Return Value

Type: Point
The location of the character at specified index.

Implements

IUserInterface..::..GetPositionFromIndex(Int32, Int32)

Exceptions

ExceptionCondition
System..::..ArgumentOutOfRangeExceptionInvalid index was given.

See Also