RhinoCommon API
GetPointDynamicDraw Event |
Event to use if you want to dynamically draw things as the mouse/digitizer moves.
Every time the mouse moves, DynamicDraw will be called once per viewport. The
calls to DynamicDraw happen AFTER the call to MouseMove.
If you are drawing anything that takes a long time, periodically call
InterruptMouseMove() to see if you should stop.
Namespace: Rhino.Input.Custom
Assembly: RhinoCommon (in RhinoCommon.dll)

public event EventHandler<GetPointDrawEventArgs> DynamicDraw
Public Event DynamicDraw As EventHandler(Of GetPointDrawEventArgs)
Value
Type: SystemEventHandlerGetPointDrawEventArgs
Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.14