IControlWindowToScreen Method |
Converts coordinates relative to the object to coordinates relative to screen.
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax Point WindowToScreen(
int x,
int y
)
Function WindowToScreen (
x As Integer,
y As Integer
) As Point
Dim instance As IControl
Dim x As Integer
Dim y As Integer
Dim returnValue As Point
returnValue = instance.WindowToScreen(x,
y)
Point WindowToScreen(
int x,
int y
)
Parameters
- x
- Type: SystemInt32
An X coordinate. - y
- Type: SystemInt32
A Y coordinate.
Return Value
Type:
PointThe Point object that represents the result of the conversion.
See Also