Creates a new RectangleD structure representing the smallest possible
rectangle containing the two specified rectangles.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public static RectangleD Union( RectangleD a, RectangleD b ) |
Visual Basic |
---|
Public Shared Function Union ( _ a As RectangleD, _ b As RectangleD _ ) As RectangleD |
Parameters
- a
- Type: C1.C1Preview..::..RectangleD
The first RectangleD to combine.
- b
- Type: C1.C1Preview..::..RectangleD
The second RectangleD to combine.