Click or drag to resize

MouseStateIsMouseOver Method (Line)

Test if the mouse is currently over a 3d line

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

Parameters

line
Type: Rhino.GeometryLine
the line to test

Return Value

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