SetCursorPosition(UInt32,UInt32) Method
Changes the position of the cursor on the emulator screen.

C# Syntax

void SetCursorPosition( 
   uint row,
   uint column
)

Parameters

row
The row position on the emulator screen.
column
The column position on the emulator screen.