Position Structure
Represents Terminal Emulator coordinates row and column.

C# Syntax

public struct Position : System.ValueType 
Inheritance Hierarchy

System.Object
   System.ValueType
      HP.LFT.SDK.TE.Position

Public Constructors
 NameDescription
Public ConstructorPosition ConstructorInitializes a new instance of the Position structure.  
Top
Public Properties
 NameDescription
Public PropertyColumnReturns the column position of the cursor in the emulator screen.  
Public PropertyRowReturns the row position of the cursor in the emulator screen.  
Top
Public Methods
 NameDescription
Public MethodToString  
Top