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