In This Topic
Creates the smallest possible third rectangle that can contain both of two rectangles that form a union.
Syntax
'Declaration
Public Shared Function Union( _
ByVal As RectL, _
ByVal As RectL _
) As RectL
public static RectL Union(
RectL ,
RectL
)
Parameters
- a
- b
See Also