Automation Guide
Action-based testing language
TestArchitect Automation Classes
Automation classes
ABT object classes
The requested page is not available for selected version.
TAPoint
Description
Object specifying the coordinates of a point.
Constructors
TAPoint()
Constructs a new TAPoint whose (x, y) value is (0, 0)
TAPoint(long x, long y)
Constructs a new TAPoint whose location is specified as (x, y).
Methods
GetX()
Return the x coordinate of the TAPoint.
GetY()
Return the y coordinate of the TAPoint.