ASP.NET Pack Programmer's Guide
Rect.intersect Method
See Also
 





Returns a Rect object representing the intersection of the current rectangle with the specified rectangle.

Namespace: MindFusion.Drawing
Package: Rect.js

 Syntax

JavaScript  Copy Code

function intersect (rect)

 Parameters

rect

The rectangle to intersect.

 Return Value

A Rect object representing the intersection of the two rectangles.

 See Also

Rect Members
Rect Class
MindFusion.Drawing Namespace