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 (Rectangle)

Creates a rectangle.

[Visual Basic]
Overloads Public Sub Intersect( _
   ByVal rect As Rectangle _
)
[C#]
public void Intersect(
   Rectangle rect
);
[C++]
public: void Intersect(
   Rectangle rect
);
[JScript]
public function Intersect(
   rect : Rectangle
);

Parameters

rect
Rectangle to create

See Also

Rectangle Structure | Rectangle Members | System.Drawing Namespace | Rectangle.Intersect Overload List