InterfacePolyClassPointInPolygon Method

Checks the given point p is inside of the polygon.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
bool PointInPolygon(
	PointD p
)

Parameters

p  PointD
the test point

Return Value

Boolean
true id the point is included

See Also