INoteBaseHittestAnchor Method

Hittest to move anchor.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public virtual bool HittestAnchor(
	PointD world,
	double scaleFactor,
	out int id
)

Parameters

world  PointD
Location for hittest (If in bottomview when set, the x-coordinate should be mirrored).
scaleFactor  Double
The used scale factor.
id  Int32
 

Return Value

Boolean
True if the location (world) is on anchor point.

See Also