Table of Contents

Struct Size

Namespace
HP.LFT.SDK.TE
Assembly
HP.LFT.SDK.dll

Represents the rows and columns of the terminal emulator screen.

public struct Size
Inherited Members

Constructors

Size(int, int)

Initializes a new instance of the Size structure.

public Size(int rowCount, int columnCount)

Parameters

rowCount int

The number of rows in the emulator screen.

columnCount int

The number of columns in the emulator screen.

Properties

ColumnCount

Returns the total number of columns in the emulator screen.

public int ColumnCount { get; set; }

Property Value

int

RowCount

Returns the total number of rows (lines) in the emulator screen.

public int RowCount { get; set; }

Property Value

int

Methods

ToString()

public override string ToString()

Returns

string