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