ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / MouseEventArgs class

In This Topic
    MouseEventArgs class Members
    In This Topic

    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 MethodPrevents the viewer from performing its default action with the event.  
    Top
    See Also