%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
EnableRedraw Method
See Also 
vdWebLibrary Namespace > vdrawObj Class : EnableRedraw Method
bEnable
The new Enable value for the redraw method.Te to enable the redraw and false to disable it.
Disable / Enable the redraw call .

Syntax

JScript 
public function EnableRedraw( 
   bEnable : boolean
) : boolean;

Parameters

bEnable
The new Enable value for the redraw method.Te to enable the redraw and false to disable it.

Return Value

The old Enable value.

See Also