DisplayConduitDrawOverlay Method |
If Rhino is in a feedback mode, the draw overlay call allows for temporary geometry to be drawn on top of
everything in the scene. This is similar to the dynamic draw routine that occurs with custom get point.
The default implementation does nothing.
Namespace:
Rhino.Display
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntax protected virtual void DrawOverlay(
DrawEventArgs e
)
Protected Overridable Sub DrawOverlay (
e As DrawEventArgs
)
Parameters
- e
- Type: Rhino.DisplayDrawEventArgs
The event argument contains the current viewport and display state.
See Also