CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Returns a list of IGeoObjects that are close to the mouse point
with respect to the current view.
Namespace: CADability.ActionsAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public GeoObjectList GetObjectsUnderCursor( Point mousePoint ) |
| Visual Basic |
|---|
Public Function GetObjectsUnderCursor ( _ mousePoint As Point _ ) As GeoObjectList |
| Visual C++ |
|---|
public: GeoObjectList^ GetObjectsUnderCursor( Point mousePoint ) |
Parameters
- mousePoint
- Type: System.Drawing..::..Point
the mouse position to test