ImageGear .NET - Updated
MouseEventArgs class Members

ImageGear.Web.UI Library > ImageGear.Web.UI Namespace : MouseEventArgs class

The following tables list the members exposed by MouseEventArgs.

Public Constructors
 NameDescription
public Constructor  
Top
Public Fields
 NameDescription
public FieldThe position of the mouse in image coordinates. This point will always be constrained to lie within the bounds of the image.  
public FieldThe original ASP.NET client framework event.  
public FieldThe position of the mouse in image coordinates. This point may lie outside the bounds of the image.  
public FieldIf 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 FieldA flag that indicates whether the position of the mouse lies inside or outside the bounds of the image.  
public FieldThe position of the mouse in window coordinates.  
Top
Public Methods
 NameDescription
public Method Prevents the viewer from performing its default action with the event.  
Top
See Also

Reference

MouseEventArgs class
ImageGear.Web.UI Namespace