IControlScreenToWindow Method |
Converts screen coordinates to coordinates relative to the object.
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax Point ScreenToWindow(
int x,
int y
)
Function ScreenToWindow (
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.ScreenToWindow(x,
y)
Point ScreenToWindow(
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