Creates a
Rect structure that contains the union of two
Rect structures.
'Declaration
Public Shared Function Union( _
ByVal As Rect, _
ByVal As Rect _
) As Rect
public static Rect Union(
Rect ,
Rect
)
Parameters
- a
- A rectangle to union.
- b
- A rectangle to union.
Return Value
A rectangle that bounds the union of the two rectangles.