%%ItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
vdWebLibrary Namespace
See Also  Inheritance Hierarchy

Classes

ClassDescription
BaseActionObj Contains all the properties of an Action. BaseActionObj is not defined, it cannot be used directly, rather it exists here in order to showcase the methods and properties of all the actions.
GlobalsObj This is not an actual object of the component. You won't find it anywhere in the library. This object contains however all the global objects of the vdWebLibrary. Every object contained in here, you can use it from anywhere inside your web page (e.g in the main HTML page).
gripmanager This is a class object that manage grips.You can use it like vdrawobj.GripManager
KeepStringValue  
MergeDocumentEventArgs Contains all the arguments of a MergeDocument passed finishCallback callback.
messagesdictionary contains all the prompt messages used by control, in order to be translated in other languages
ModificationHistory Maintains the stack of redo and undo logs.Each entry in the undo stack represents a single property change
progressEventArgs Contains all the arguments of a vdprogress event.
SaveEventArgs Contains all the arguments of a vdAfterSaveDocument event.
ScriptCommands Represents an object that exports commands which are support Undo History and exporting to Script
SelectionModifiedArgs Contains all the arguments of a vdSelectionModified event.
ToolTip Contains all the tooltip functionality. It is the object type that return from ToolTip
TouchEventArgs Contains all the arguments of a vdtouchMove event.
vdConst Contains many constant values that are used in the vdWebLibrary.
vdgeo Contains functions concerning mathematical and trigonometrical calculations.
vdgroupsManager Manage groups for the active document. Each document can contains groups that are collection of entities. If an entity is selected and belongs to a specific group then all entities in the group collection are selected. GroupsManager
vdLoadXrefEventArgs Contains all the arguments of a vdLoadXref event.
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.
vdmouseoverEventArgs Contains all the arguments of a vdmousemove or vdmousemoveAfter, vdmousedown, vdmouseup, vdmouseout, vdmousewheel or vddblclick event.
vdNote  
vdNotes  
vdrawObj Exports many useful functions that can be used to handle the drawings inside the component.
vdUpdateViewEventArgs Contains all the arguments of a vdUpdateView event.

Delegates

DelegateDescription
gripmanager.gripEventDelegate function type that used by filtergripentity , gripselectionchanged , beforemovegrip , aftermovegrip
MergeDocumentFinshedDelegate Represents a method that is called when MergeDocument is finished.
onStateChangedDelegate Represents a method that will handle the change of state during an action.
ScriptEntityDelegate Represents a user define function that will be called when commands that draw entities will be called from scriptCommand.like line etc.
ScriptSelectDelegate Represents a user define function that will be called when commands that select entities will be called from scriptCommand.like select , move , copy etc.
vdActionDrawDelegate Represents a user define function that will be called after default action draw by vdActionDraw event
vdAfterOpenDocumentDelegate Represents a method that will handle the vdAfterOpenDocument event.
vdAfterSaveDocumentDelegate Represents a method that will handle the vdAfterSaveDocument event.
vdclickDelegate Represents a method that will handle the vdclick event.
vddblclickDelegate Represents a method that will handle the vddblclick event.
vdErrorDelegate Represents a method that will handle the vdError event.
vdKeyDownDelegate Represents a method that will handle the vdKeyDown event.
vdLoadXrefDelegate Represents a method that will handle the vdLoadXref or vdXrefLoadedevent.
vdmousedownDelegate Represents a method that will handle the vdmousedown event.
vdmousemoveDelegate Represents a method that will handle the vdmousemove event.
vdmouseoutDelegate Represents a method that will handle the vdmouseout event.
vdmouseupDelegate Represents a method that will handle the vdmouseup event.
vdmousewheelDelegate Represents a method that will handle the vdmousewheel event.
vdprogressDelegate Represents a method that will handle the vdprogress event.
vdPromptDelegate Represents a method that will handle the vdPrompt event.
vdSelectionModifiedDelegate Represents a user define function that will be called for every user selects by vdSelectionModified event
vdtouchMoveDelegate Represents a method that will handle the vdtouchMove event.
vdUpdateViewDelegate Represents a method that will handle the vdUpdateView event.

See Also