InterfaceLayerGetOverlayColor Method

Color for location.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
Color GetOverlayColor(
	double worldX,
	double worldY
)

Parameters

worldX  Double
X location.
worldY  Double
Y location.

Return Value

Color
The color on the location.

See Also