Click or drag to resize

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
)

Parameters

x
Type: SystemInt32
An X coordinate.
y
Type: SystemInt32
A Y coordinate.

Return Value

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