FindObjectUnderPoint Method

Object List Next Object

Defined By:
ObjectTools

Description:

Finds an object at a specific point on the screen.

Declaration:

FindObjectUnderPoint(ByVal x As Integer,ByVal y As Integer)As Object

Details:

X is the point
s x-coordinate, in pixels. Y is the points y-coordinate, in pixels. FindObjectUnderPoint returns the object located at point(X, Y) on your screen.

See Also:

FindObject, FindObjectFromWindow