%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
ActionDrawEntities Method
See Also 
vdWebLibrary Namespace > vdrawObj Class : ActionDrawEntities Method
entities
An Array of vdraw entities to be drawn. If null, the drawing area is cleared of previous draws.
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.

Syntax

JScript 
public function ActionDrawEntities( 
   entities : Object
);

Parameters

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

Remarks

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

See Also