Table of Contents

Method ActionDrawEntities

Namespace
vdWebLibrary
Assembly
JsPropertiesExtractor.dll

ActionDrawEntities(object, bool)

Draws the passed entities on the library's drawing area without adding them to the Document. This way they are drawn rapidly even if the Document has many entities.

public void ActionDrawEntities(object entities, bool updateDrawImage)

Parameters

entities object

An Array of vdraw entities to be drawn. If null, the drawing area is cleared of previous draws.

updateDrawImage bool

If true, updates the canvas image with the display of the passed entities.

Remarks

The number of entities drawn using this function should stay low, in order to fulfill its purpose of temporary quick drawing.