Calculates location in the virtual space of the character at specified index.
Namespace: Sgry.AzukiAssembly: Azuki (in Azuki.dll) Version: 1.7.13.40248
Syntax
| C# |
|---|
Point GetVirPosFromIndex( IGraphics g, int index ) |
| Visual Basic |
|---|
Function GetVirPosFromIndex ( g As IGraphics, index As Integer ) As Point |
Parameters
- g
- Type: Sgry.Azuki..::..IGraphics
- index
- Type: System..::..Int32
Return Value
Type: PointThe location of the character at specified index.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentOutOfRangeException | Specified index is out of range. |