Table of Contents

Method GetCharAt

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

GetCharAt(int, int)

Returns character from specified position.

public virtual 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)

Returns character from specified position.

public virtual 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.