[To be supplied.]
Creates a rectangle.
[Visual Basic] Overloads Public Sub Intersect(Rectangle)
[C#] public void Intersect(Rectangle);
[C++] public: void Intersect(Rectangle);
[JScript] public function Intersect(Rectangle);
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(Rectangle, Rectangle) As Rectangle
[C#] public static Rectangle Intersect(Rectangle, Rectangle);
[C++] public: static Rectangle Intersect(Rectangle, Rectangle);
[JScript] public static function Intersect(Rectangle, Rectangle) : Rectangle;
Rectangle Structure | Rectangle Members | System.Drawing Namespace