%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
WebGLisActive Method
See Also 
vdWebLibrary Namespace > vdrawObj Class : WebGLisActive Method
Returns true if webGl is intialized or false if it's not.

Syntax

JScript 
public function WebGLisActive() : boolean;

Return Value

Returns true if webGl is intialized or false if it's not.

See Also