GetPointPostDrawObjects Event |
Same as the DisplayPipeline.PostDrawObjects, but only works during the
operation of the Get() function.
NOTE: You must set FullFrameRedrawDuringGet to true in order for this
event to be called.
Namespace:
Rhino.Input.Custom
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public event EventHandler<DrawEventArgs> PostDrawObjects
Public Event PostDrawObjects As EventHandler(Of DrawEventArgs)
Value
Type:
SystemEventHandlerDrawEventArgsSee Also