InterfaceLayerGetOverlayPixelValue Method

Ask internal list to get the relevant value on the X/Y location.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
bool GetOverlayPixelValue(
	double worldX,
	double worldY,
	out double val,
	out string label,
	out string unit
)

Parameters

worldX  Double
X coordinate.
worldY  Double
Y coordinate.
val  Double
Value on the location.
label  String
The relevant text label.
unit  String
Used unit for this location.

Return Value

Boolean
True if values are available.

See Also