CADability dotNET
Returns a list of IGeoObjects that are close to the mouse point with respect to the current view.

Namespace: CADability.Actions
Assembly: 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

Return Value

list of touched IGeoObjects

See Also