%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
render Property
See Also 
vdWebLibrary Namespace > BaseActionObj Class : render Property
Return the render context used to draw when the action is active. It can be passed as extra parameter in DrawEntity exmaple vdcanvas.DrawEntity(entity,vdcanvas.ActiveAction().render);

Syntax

JScript 
public function get render : Object

See Also