Click or drag to resize

MouseStateIsMouseOver Method (Point3d)

Test if the mouse is currently over a 3d location

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public bool IsMouseOver(
	Point3d point
)

Parameters

point
Type: Rhino.GeometryPoint3d
Location to test

Return Value

Type: Boolean
true if the mouse is over point
See Also