Table of Contents

Struct Position

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

Represents Terminal Emulator coordinates row and column.

public struct Position
Inherited Members

Constructors

Position(int, int)

Initializes a new instance of the Position structure.

public Position(int row, int column)

Parameters

row int

The row value of this Position structure.

column int

The column value of this Position structure.

Properties

Column

Returns the column position of the cursor in the emulator screen.

public int Column { get; set; }

Property Value

int

Row

Returns the row position of the cursor in the emulator screen.

public int Row { get; set; }

Property Value

int

Methods

ToString()

public override string ToString()

Returns

string