Returns the elements that are placed at the given point.
Namespace:
PerpetuumSoft.Instrumentation.ModelAssembly: PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1
Syntax
C# |
---|
public virtual bool GetHitTest( Vector point ) |
Visual Basic (Declaration) |
---|
Public Overridable Function GetHitTest ( _ point As Vector _ ) As Boolean |
Visual C++ |
---|
public: virtual bool GetHitTest( Vector point ) |
Parameters
- point
- Type: PerpetuumSoft.Framework.Drawing..::.Vector