Method GetCharAt
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
GetCharAt(int, int)
When implemented by a class, returns character from specified position.
char GetCharAt(int x, int y)
Parameters
x
intSpecifies position of character in string.
y
intSpecifies index of item in string collection.
Returns
- char
Character from specified position.
GetCharAt(Point)
When implemented by a class, returns character from specified position.
char GetCharAt(Point position)
Parameters
position
PointPosition of character where Y is index of item in string collection and X is index of character in this string.
Returns
- char
Character from specified position.