RhinoCommon API
DisplayPipelinePreDrawObject Event |
Called right before an individual object is being drawn. NOTE: Do not use this event
unless you absolutely need to. It is called for every object in the document and can
slow display down if a large number of objects exist in the document
Namespace: Rhino.Display
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

public static event EventHandler<DrawObjectEventArgs> PreDrawObject
Public Shared Event PreDrawObject As EventHandler(Of DrawObjectEventArgs)
Value
Type: SystemEventHandlerDrawObjectEventArgs