Area Structure
Represents Terminal Emulator coordinates Top, Left, Bottom, Right.

C# Syntax

public struct Area : System.ValueType 
Inheritance Hierarchy

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

Public Constructors
 NameDescription
Public ConstructorArea ConstructorOverloaded.   
Top
Public Fields
 NameDescription
Public FieldBottomBottom position of the rectangle.  
Public FieldLeftLeft position of the rectangle.  
Public FieldRightRight position of the rectangle.  
Public FieldTopTop position of the rectangle.  
Top