IODBObjectIsPointIncluded(PointF) Method

Check the point contained in the opject outline.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool IsPointIncluded(
	PointF PointInObject
)

Parameters

PointInObject  PointF
The point to check

Return Value

Boolean
True if the point is inside the objectconture.

Implements

InterfaceODBObjectIsPointIncluded(PointF)

See Also