Click or drag to resize

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
)

Parameters

e
Type: Rhino.Input.CustomGetPointMouseEventArgs
Current argument for the event.
See Also