Property vdmanager
- Namespace
- vdWebLibrary
- Assembly
- JsPropertiesExtractor.dll
vdmanager
Contains most of the library's functionality, including the vdrawObj object, that exports many useful functions that can be used to handle the component.
public vdmanager vdmanager { get; }
Property Value
Examples
function vdrawInitPageLoad()
{
vdmanager.AttachCanvas('canvas', 400, 400);
}