Table of Contents

Method DrawEntity

Namespace
vdWebLibrary
Assembly
JsPropertiesExtractor.dll

DrawEntity(object, object, int)

Draws the passed entity on the ActiveRender Bitmap. The Refresh() need to be called in order to update the Screen view.

public void DrawEntity(object entity, object render, int flag)

Parameters

entity object

the entity to be drawn

render object

Optional .Set it to null rhe default vdcanvas render is used

flag int

Optional.If present and it is 1 then the render selection buffer is updated with passed entity info

Remarks

The Refresh() always must be called once at the end of all DrawEntity(object, object, int) calls.