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!

RectangleF.Intersect (RectangleF)

Creates a RectangleF.

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

Parameters

rect
[To be supplied.]

See Also

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