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