IMathAddRectangleD Method

Calculates a new rectangle form two other rectangles.

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static RectangleD AddRectangleD(
	RectangleD Rect1,
	RectangleD Rect2
)

Parameters

Rect1  RectangleD
First part of new rectangle.
Rect2  RectangleD
Second part of new rectangle.

Return Value

RectangleD
Combination of the other two rectangles

See Also