MouseStateIsMouseOver Method (Curve, Double) |
Test if the mouse is over a curve
Namespace:
Rhino.UI
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntaxpublic bool IsMouseOver(
Curve curve,
out double t
)
Public Function IsMouseOver (
curve As Curve,
<OutAttribute> ByRef t As Double
) As Boolean
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:
Booleantrue if mouse is over a curve
See Also