Calculates screen location of the character at specified index.
Namespace: Sgry.Azuki.WinFormsAssembly: Azuki (in Azuki.dll) Version: 1.7.13.40248
Syntax
| C# |
|---|
public Point GetPositionFromIndex( int index ) |
| Visual Basic |
|---|
Public Function GetPositionFromIndex ( index As Integer ) As Point |
Parameters
- index
- Type: System..::..Int32
Return Value
Type: PointThe location of the character at specified index.
Implements
IUserInterface..::..GetPositionFromIndex(Int32)
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentOutOfRangeException | Invalid index was given. |