Click or drag to resize

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

Value

Type: SystemEventHandlerDrawEventArgs
See Also