InterfacePolygonSpecificsDIsInPolygon Method

Check the point in the polygon.

Definition

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

Parameters

point  PointD
 

Return Value

Boolean
True if the point is in the polygon.

See Also