Table of Contents

Method GetCharAt

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

GetCharAt(int, int)

When implemented by a class, returns character from specified position.

char GetCharAt(int x, int y)

Parameters

x int

Specifies position of character in string.

y int

Specifies 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 Point

Position 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.