IPolygonSpecificsDIsInPolygon Method

Check the point in the polygon.

Definition

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

Parameters

point  PointD
 

Return Value

Boolean
True if the point is in the polygon.

Implements

InterfacePolygonSpecificsDIsInPolygon(PointD)

See Also