Creates a rectangle that represents the union between a and b.
[Visual Basic] Public Shared Function Union( _ ByVal a As Rectangle, _ ByVal b As Rectangle _ ) As Rectangle [C#] public static Rectangle Union( Rectangle a, Rectangle b ); [C++] public: static Rectangle Union( Rectangle a, Rectangle b ); [JScript] public static function Union( a : Rectangle, b : Rectangle ) : Rectangle;
the unioned region.
Rectangle Structure | Rectangle Members | System.Drawing Namespace