In This Topic
Creates a new
Rect structure representing the smallest possible rectangle containing the two specified rectangles.
Syntax
'Declaration
Public Shared Function Union( _
ByVal As Rect, _
ByVal As Rect _
) As Rect
public static Rect Union(
Rect ,
Rect
)
Parameters
- a
- The first Rect to combine.
- b
- The second Rect to combine.
Return Value
The newly created
Rect structure.
See Also