Click or drag to resize

GetPointOnMouseDown Method

Default calls the MouseDown event.

Namespace:  Rhino.Input.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
protected virtual void OnMouseDown(
	GetPointMouseEventArgs e
)

Parameters

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