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

Syntax

C#
public virtual IElement GetElementAt(
	Vector point
)
Visual Basic (Declaration)
Public Overridable Function GetElementAt ( _
	point As Vector _
) As IElement
Visual C++
public:
virtual IElement^ GetElementAt(
	Vector point
)

Implements

IElement..::.GetElementAt(Vector)

See Also