%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
SetRenderMode Method
See Also 
vdWebLibrary Namespace > vdrawObj Class : SetRenderMode Method
mode
One of the following values RENDERMODE_SHADE_GLRENDERMODE_RENDER_GL
Change the Render mode of the active layout and post a redraw command

Syntax

JScript 
public function SetRenderMode( 
   mode : int
);

Parameters

mode
One of the following values RENDERMODE_SHADE_GLRENDERMODE_RENDER_GL

See Also