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

[To be supplied.]

Overload List

Creates a RectangleF that represents the intersetion between a and b. If there is no intersection, null is returned.

[Visual Basic] Overloads Public Shared Function Intersect(RectangleF, RectangleF) As RectangleF
[C#] public static RectangleF Intersect(RectangleF, RectangleF);
[C++] public: static RectangleF Intersect(RectangleF, RectangleF);
[JScript] public static function Intersect(RectangleF, RectangleF) : RectangleF;

Creates a RectangleF.

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

See Also

RectangleF Structure | RectangleF Members | System.Drawing Namespace