[To be supplied.]
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);
RectangleF Structure | RectangleF Members | System.Drawing Namespace