MouseStateIsMouseOver Method (Point3d) |
Test if the mouse is currently over a 3d location
Namespace:
Rhino.UI
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntaxpublic bool IsMouseOver(
Point3d point
)
Public Function IsMouseOver (
point As Point3d
) As Boolean
Parameters
- point
- Type: Rhino.GeometryPoint3d
Location to test
Return Value
Type:
Booleantrue if the mouse is over point
See Also