RectangleDIntersect(RectangleD, RectangleD) Method

combine both rectangles with intersecting rule.

Definition

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

Parameters

a  RectangleD
First rectangle
b  RectangleD
Second rectangle

Return Value

RectangleD
Comination of both rectangles.

See Also