InterfaceODBObjectIsPointIncluded(PointD) Method

Check the point contained in the opject outline.

Definition

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

Parameters

pointInObject  PointD
 

Return Value

Boolean
True if the point is inside the objectconture.

See Also