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

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

Syntax

C#
public Element GetElementAt(
	Point point
)
Visual Basic (Declaration)
Public Function GetElementAt ( _
	point As Point _
) As Element
Visual C++
public:
Element^ GetElementAt(
	Point point
)

Parameters

point
Type: System.Drawing..::.Point

See Also