Creates the smallest possible third rectangle that can contain both of two
rectangles that form a union.
Namespace: Easymap.AddIn.Common.GraphicsAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic static RectangleF Union(
RectangleF a,
RectangleF b
)
Public Shared Function Union (
a As RectangleF,
b As RectangleF
) As RectangleF
Parameters
- a RectangleF
- A rectangle to union.
- b RectangleF
- A rectangle to union.
Return Value
RectangleF
A third System.Drawing.RectangleF structure that contains both of the two
rectangles that form the union.
See Also