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: 11.2.0.0
Syntax
public static RectangleF Union(
	RectangleF a,
	RectangleF b
)

Parameters

a
Type: Easymap.AddIn.Common.GraphicsRectangleF
A rectangle to union.
b
Type: Easymap.AddIn.Common.GraphicsRectangleF
A rectangle to union.

Return Value

Type: RectangleF
A third System.Drawing.RectangleF structure that contains both of the two rectangles that form the union.
See Also