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

In This Topic
    imagePoint Field
    In This Topic
    The position of the mouse in image coordinates. This point may lie outside the bounds of the image.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    var imagePoint : Point;
    ASP.NET Ajax JavaScript (Usage) 
    var resultVar = instanceOfMouseEventArgs.imagePoint;
    See Also