Size Structure
Represents the rows and columns of the terminal emulator screen.

C# Syntax

public struct Size : System.ValueType 
Inheritance Hierarchy

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

Public Constructors
 NameDescription
Public ConstructorSize ConstructorInitializes a new instance of the Size structure.  
Top
Public Properties
 NameDescription
Public PropertyColumnCountReturns the total number of columns in the emulator screen.  
Public PropertyRowCountReturns the total number of rows (lines) in the emulator screen.  
Top
Public Methods
 NameDescription
Public MethodToString  
Top