LocationProperty Class
Class for defining a test object's location property.

C# Syntax

public class LocationProperty 
Inheritance Hierarchy

System.Object
   HP.LFT.SDK.LocationProperty

Public Constructors
 NameDescription
Public ConstructorLocationProperty ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyXThe x-coordinate (in pixels) of the test object location.  
Public PropertyYThe y-coordinate (in pixels) of the test object location.  
Top
Public Methods
 NameDescription
Public MethodCloneImplements a deep clone of the LocationProperty.  
Public MethodGetPropertiesThe inner (X and Y) properties of this property.  
Public MethodToString  
Top
Public Operators
public Operator Implicit Type Conversion Implicit cast of a Point to a LocationProperty. This is the same as calling new LocationProperty(Point).
Top