SetText(String,UInt32,UInt32) Method
Copies a string to a specific location on the emulator screen.

C# Syntax

void SetText( 
   string text,
   uint row,
   uint column
)

Parameters

text
The text to write at the specified position on the emulator screen.
row
The row position on the emulator screen.
column
The column position on the emulator screen.