RectangleDIntersectsWith(IEdge) Method

Check the rectangle is intersection with a edge element.

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool IntersectsWith(
	IEdge edge
)

Parameters

edge  IEdge
line or arc edge

Return Value

Boolean
true if the rectangle and the edge have an intersectin point

See Also