Method GetCharAt
GetCharAt(int, int)
Returns character from specified position.
public virtual char GetCharAt(int x, int y)
Parameters
xintSpecifies position of character in string.
yintSpecifies index of item in string collection.
Returns
- char
Character from specified position.
GetCharAt(Point)
Returns character from specified position.
public virtual char GetCharAt(Point position)
Parameters
positionPointPosition 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.