ICMPLayerGetOverlayColor Method

Returns the Overlay color at a certain position

Definition

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

Parameters

worldX  Double
worldY  Double

Return Value

Color
Overlay color or Empty

Implements

InterfaceLayerGetOverlayColor(Double, Double)
InterfaceLayerGetOverlayColor(Double, Double)

See Also