ASP.NET Ajax Javascript (Usage) | |
---|---|
var resultVar = instanceOfRectangle.contains(Point); |
Parameters
- point
- The point to examine.
Return Value
True
if the point lies inside the rectangle or false
otherwise.ASP.NET Ajax Javascript (Usage) | |
---|---|
var resultVar = instanceOfRectangle.contains(Point); |
True
if the point lies inside the rectangle or false
otherwise.This function compares the given point to the rectangle that this object represents and returns true if the point lies inside the rectangle.