%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
vdrawObj Class
See Also  Members   Example 
vdWebLibrary Namespace : vdrawObj Class
Exports many useful functions that can be used to handle the drawings inside the component.

Syntax

JScript 
public class vdrawObj implements IExportAll 

Example

C#Copy Code
  
//In order to use this object you need to use vdmanager's  vdmanager.vdrawObject() function. 
var vdobject = vdmanager.vdrawObject('canvas');

See Also