RectangleD::Union Method (RectangleD, RectangleD)
Visual Studio 2015
Creates the smallest possible third rectangle that can contain both of two rectangles that form a union.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Parameters
- first
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::RectangleD
A rectangle to union.
- second
-
Type:
Microsoft.VisualStudio.Modeling.Diagrams::RectangleD
A rectangle to union.
Return Value
Type: Microsoft.VisualStudio.Modeling.Diagrams::RectangleD
Show: