GetPoint.DynamicDraw Event

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)
Syntax
public event EventHandler<GetPointDrawEventArgs> DynamicDraw
Public Event DynamicDraw As EventHandler(Of GetPointDrawEventArgs)

Value

Type: SystemEventHandlerGetPointDrawEventArgs
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also