ASP.NET Ajax Javascript (Usage) | |
---|---|
var resultVar = instanceOfRectangle.intersect(Rectangle); |
Parameters
- rectangle
- The rectangle to intersect with this object.
ASP.NET Ajax Javascript (Usage) | |
---|---|
var resultVar = instanceOfRectangle.intersect(Rectangle); |
This function will modify the rectangle represented by this object to contain only the intersection of this rectangle with another.
If this rectangle does not intersect with the specified one, this function will set the x, y, width, and height properties to zero.