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.
See Also