GetPointOnMouseDown Method |
Default calls the MouseDown event.
Namespace:
Rhino.Input.Custom
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntax protected virtual void OnMouseDown(
GetPointMouseEventArgs e
)
Protected Overridable Sub OnMouseDown (
e As GetPointMouseEventArgs
)
Parameters
- e
- Type: Rhino.Input.CustomGetPointMouseEventArgs
Current argument for the event.
See Also