%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
vdmanager Property
See Also  Example
vdWebLibrary Namespace > GlobalsObj Class : vdmanager Property
Contains most of the library's functionality, including the vdrawObj object, that exports many useful functions that can be used to handle the component.

Syntax

JScript 
public function get vdmanager : vdmanager

Example

C#Copy Code
function vdrawInitPageLoad() 
{             
    vdmanager.AttachCanvas('canvas', 400, 400);  
}

See Also