%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
UpdateFig Method
See Also 
vdWebLibrary Namespace > vdrawObj Class : UpdateFig Method
figure
The figure to be updated.
Sets all property values of the given figure to null, in order for all these to be recalculated at the next redraw.

Syntax

JScript 
public function UpdateFig( 
   figure : Object
);

Parameters

figure
The figure to be updated.

See Also