Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: RectangleD Union(RectangleD, RectangleD)

Declaration

public static RectangleD Union(
    RectangleD a,
    RectangleD b
)

Summary

Creates the smallest possible third rectangle that can contain both of two rectangles that form a union.

Parameters

RectangleDa A rectangle to union.
RectangleDb A rectangle to union.

Returns

A third RectangleD structure that contains both of the two rectangles that form the union.