RectangleDIntersect(RectangleD) Method

combine this rectangle with second Rect with intersecting rule.

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void Intersect(
	RectangleD Rect
)

Parameters

Rect  RectangleD
Second rectangle

See Also