ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / MouseEvent class / pointLiesWithinImage Field

In This Topic
    pointLiesWithinImage Field
    In This Topic
    A flag that indicates whether the position of the mouse lies inside or outside the bounds of the image.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    var pointLiesWithinImage : Boolean;
    ASP.NET Ajax JavaScript (Usage) 
    var resultVar = instanceOfMouseEvent.pointLiesWithinImage;
    See Also