Table of Contents

Method SetChar

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

SetChar(int, int, char)

Writes character at the specified position. Caret position is not changed.

void SetChar(int x, int y, char c)

Parameters

x int

X coordinate.

y int

Y coordinate.

c char

Character to write.