Delegate vdDocument.DrawSceneEventHandler
- Namespace
- VectorDraw.Professional.vdObjects
- Assembly
- VectorDraw.Professional.dll
Represents the method that will override the draw of the entire scene.
public delegate void vdDocument.DrawSceneEventHandler(object sender, vdRender render, vdEntities entities, vdSectionClips sections, vdLights lights, bool FireMeterProgress, ref vdRender.DrawStatus status, ref bool cancel)
Parameters
senderobjectThe active vdDocument object.
rendervdRenderThe vdRender object where all objects where drawn.
entitiesvdEntitiesA collection of vdFigure to be drawn.
sectionsvdSectionClipsA collection of vdSectionClip to be applied or null.
lightsvdLightsA collection of vdLight to be applied or null.
FireMeterProgressboolA boolean value that defines if the progress meter can be Raised OnProgress
statusvdRender.DrawStatusReturns a rendering status code.
cancelboolSet this as true in order not to run the default VectorDraw code.