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
entityobjectthe entity to be drawn
renderobjectOptional .Set it to null rhe default vdcanvas render is used
flagintOptional.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.