GetPoint.OnMouseMove Method

GetPointOnMouseMove Method

Calls the MouseMove event and can/should be called by overriding implementation.

Namespace:  Rhino.Input.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
protected virtual void OnMouseMove(
	GetPointMouseEventArgs e
)
Protected Overridable Sub OnMouseMove ( 
	e As GetPointMouseEventArgs
)

Parameters

e
Type: Rhino.Input.CustomGetPointMouseEventArgs
Current argument for the event.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also