Creates a rectangle that represents the intersetion between a and b. If there is no intersection, null is returned.
[Visual Basic] Overloads Public Shared Function Intersect( _ ByVal a As Rectangle, _ ByVal b As Rectangle _ ) As Rectangle [C#] public static Rectangle Intersect( Rectangle a, Rectangle b ); [C++] public: static Rectangle Intersect( Rectangle a, Rectangle b ); [JScript] public static function Intersect( a : Rectangle, b : Rectangle ) : Rectangle;
the insected region
Rectangle Structure | Rectangle Members | System.Drawing Namespace | Rectangle.Intersect Overload List