Size Constructor
Initializes a new instance of the Size structure.

C# Syntax

public Size( 
   int rowCount,
   int columnCount
)

Parameters

rowCount
The number of rows in the emulator screen.
columnCount
The number of columns in the emulator screen.