GetPoint.PostDrawObjects Event

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

Value

Type: SystemEventHandlerDrawEventArgs
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also