%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
DrawEntity Method
See Also 
vdWebLibrary Namespace > vdrawObj Class : DrawEntity Method
entity
the entity to be drawn
Draws the passed entity on the ActiveRender Bitmap. The Refresh need to be called in order to update the Screen view.

Syntax

JScript 
public function DrawEntity( 
   entity : Object
);

Parameters

entity
the entity to be drawn

Remarks

The Refresh always must be called once at the end of all DrawEntity calls.

See Also