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

In This Topic
    windowPoint Field
    In This Topic
    The position of the mouse in window coordinates.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    var windowPoint : Point;
    ASP.NET Ajax JavaScript (Usage) 
    var resultVar = instanceOfMouseEventArgs.windowPoint;
    See Also