INoteBaseHittestLabel Method

Hittest for label (and containing rectangle).

Definition

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

Parameters

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

Return Value

Boolean
True if the location (world) is in the label rectangle.

See Also