Click or drag to resize

RectangleFUnion Method

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

Namespace: Easymap.AddIn.Common.Graphics
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public static RectangleF Union(
	RectangleF a,
	RectangleF b
)

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