InterfaceSurfaceSpecificsDIsPointInsideSurface Method

Returns true if the point is inside of the surface (1 Isle and 0 or more Holes)

Definition

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

Parameters

cPoint  PointD
 

Return Value

Boolean
true if inside the surface

See Also