Click or drag to resize

IControl.ScreenToWindow 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
)

Parameters

x
Type: System.Int32
An X coordinate.
y
Type: System.Int32
A Y coordinate.

Return Value

Type: Point
The Point object that represents the result of the conversion.
See Also