ImageGear for .NET
MouseEventArgs Class Members
See Also  Fields  Methods  Send comments on this topic.
ImageGear.Web.UI Namespace Client API Library > ImageGear.Web.UI Namespace : MouseEventArgs Class

Glossary Item Box

The following tables list the members exposed by MouseEventArgs.

Public Constructors

 NameDescription
Public ConstructorMouseEventArgs Constructor  
Top

Public Fields

 NameDescription
Public FieldconstrainedImagePointThe position of the mouse in image coordinates. This point will always be constrained to lie within the bounds of the image.  
Public FielddomEventThe original ASP.NET client framework event.  
Public FieldimagePointThe position of the mouse in image coordinates. This point may lie outside the bounds of the image.  
Public FieldmarkIf the target of the event was a mark, this property will hold a reference to that mark. Otherwise it will be null. Note that, for some mouse tools, the mouse up event will not include a reference to a mark because the mouse tool displayed the selection between the mark and the cursor.  
Public FieldpointLiesWithinImageA flag that indicates whether the position of the mouse lies inside or outside the bounds of the image.  
Public FieldwindowPointThe position of the mouse in window coordinates.  
Top

Public Methods

 NameDescription
Public MethodpreventDefault Prevents the viewer from performing its default action with the event.  
Top

See Also

©2013. Accusoft Corporation. All Rights Reserved.