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 disply down if a large number of objects exist in the document
Namespace:
Rhino.Display
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic static event EventHandler<DrawObjectEventArgs> PreDrawObject
Public Shared Event PreDrawObject As EventHandler(Of DrawObjectEventArgs)
Value
Type:
SystemEventHandlerDrawObjectEventArgs
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also