InterfaceODBObjectIsPointIncluded(PointF) 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(
	PointF pointInObject
)

Parameters

pointInObject  PointF
 

Return Value

Boolean
True if the point is inside the objectconture.

See Also