%%PageItemTitle%% $$Members$$

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
vdmouseoverEventArgs Class Members
See Also  Properties 
vdWebLibrary Namespace : vdmouseoverEventArgs Class

The following tables list the members exposed by vdmouseoverEventArgs.

Public Properties

 NameDescription
Public PropertyCancel When set to true, all the default functionality of the event is not executed.  
Public PropertyDelta A signed count of the number of detents the mouse wheel has rotated. A detent is one notch of the mouse wheel.  
Public Propertyistouched If true, the invokation of the event is caused from a touch event.  
Public Propertymousebutton Returns the pressed mouse button when the event occured. 1 for Left, 2 for middle, 3 for right and 0 for no button pressed.  
Public PropertyprevPos Gets the point in pixel coordinates relative to the upper left corner of the drawing area, of the user's previous mouse event. Returns null if there is none.  
Public Propertyskey Returns a flag for alt control and shift pressed key, when the event occured. 0 for none, 1 for alt, 2 for control, 4 for shift.  
Public Propertytarget Returns the vdrawObj that invoked the event.  
Public Propertyx Gets the x value of the point in world coordinates of the user's cursor.  
Public PropertyxPix Gets the x value of the point in pixels of the user's cursor, relative to the upper left corner of the drawing area.  
Public Propertyy Gets the y value of the point in world coordinates of the user's cursor.  
Public PropertyyPix Gets the y value of the point in pixels of the user's cursor, relative to the upper left corner of the drawing area.  
Public Propertyz Gets the z value of the point in world coordinates of the user's cursor.  
Top

See Also