RectangleDUnion(RectangleD, RectangleD) Method

Combine both rectangles.

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static RectangleD Union(
	RectangleD a,
	RectangleD b
)

Parameters

a  RectangleD
First rectangle
b  RectangleD
second rectangle

Return Value

RectangleD
new rectangle with unioned values.

See Also