'Declaration Public Shared Function Union( _ ByVal a As RectangleD, _ ByVal b As RectangleD _ ) As RectangleD
public static RectangleD Union( RectangleD a, RectangleD b )
Parameters
- a
- The first RectangleD to combine.
- b
- The second RectangleD to combine.
Return Value
The newly created RectangleD structure.