C# Syntax
public class LocationProperty
System.Object
HP.LFT.SDK.LocationProperty
Name | Description | |
---|---|---|
![]() | LocationProperty Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | X | The x-coordinate (in pixels) of the test object location. |
![]() | Y | The y-coordinate (in pixels) of the test object location. |
Name | Description | |
---|---|---|
![]() | Clone | Implements a deep clone of the LocationProperty. |
![]() | GetProperties | The inner (X and Y) properties of this property. |
![]() | ToString |
![]() | Implicit cast of a Point to a LocationProperty. This is the same as calling new LocationProperty(Point). |