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
entitiesobjectAn Array of vdraw entities to be drawn. If null, the drawing area is cleared of previous draws.
updateDrawImageboolIf 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.