ICMPObjectIsInComponent(PointF) Method

Checks whether the point is included in the components bounds.

Definition

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

Parameters

p  PointF
The chosen point.

Return Value

Boolean
true, if the point is on the component

See Also