Determine the union of two supplied
rectangles. The union is the smallest rectangle that contains both
rectangles.
Namespace: WebSupergoo.WordGlue4
Assembly: WordGlue4 (in WordGlue4.dll)
Version: 4.1.0.0 (4.1.0.0)
Syntax
public static Rect Union(
Rect a,
Rect b
)
Public Shared Function Union (
a As Rect,
b As Rect
) As Rect
static member Union :
a : Rect *
b : Rect -> Rect
Parameters
- a
- Type: WebSupergoo.WordGlue4Rect
A Rect.
- b
- Type: WebSupergoo.WordGlue4Rect
A Rect
Return Value
Type:
Rect
The resultant Rect.
See Also