%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
Refresh Method
See Also 
vdWebLibrary Namespace > vdrawObj Class : Refresh Method
Refresh the graphics area by draw the active render bitmap on the screen Usually called after DrawEntity method

Syntax

JScript 
public function Refresh();

Remarks

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

See Also