Click or drag to resize

MouseStateIsMouseOver Method (Curve, Double)

Test if the mouse is over a curve

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public bool IsMouseOver(
	Curve curve,
	out double t
)

Parameters

curve
Type: Rhino.GeometryCurve
curve to test
t
Type: SystemDouble
parameter along curve is returned here if the mouse is over the curve

Return Value

Type: Boolean
true if mouse is over a curve
See Also