NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Rectangle.Intersect

[To be supplied.]

Overload List

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;

See Also

Rectangle Structure | Rectangle Members | System.Drawing Namespace