%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
EnableWebGL Method
See Also 
vdWebLibrary Namespace > vdrawObj Class : EnableWebGL Method
enable
If true enables WebGL, if false disables it.
Enables/disables the use of WebGL in the library. Check article 70000445 for limitations and more information.

Syntax

JScript 
public function EnableWebGL( 
   enable : boolean
);

Parameters

enable
If true enables WebGL, if false disables it.

See Also