Returns the element that belongs to the instrument and is located in the point with specified coordinates.

Namespace:  PerpetuumSoft.Instrumentation.Windows.Forms
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

C#
public Element GetElementAt(
	int x,
	int y
)
Visual Basic (Declaration)
Public Function GetElementAt ( _
	x As Integer, _
	y As Integer _
) As Element
Visual C++
public:
Element^ GetElementAt(
	int x, 
	int y
)

Parameters

x
Type: System..::.Int32
y
Type: System..::.Int32

See Also