InterfaceLayerSetOverlayImage Method

Overlay image like in physics to show more information on the layer.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
void SetOverlayImage(
	Bitmap bmp,
	Matrix matrix,
	Dictionary<int, Dictionary<int, double>> pixelValues,
	string overlayLabel,
	string overlayUnit,
	bool overlayOnlyCopper
)

Parameters

bmp  Bitmap
The relevant image.
matrix  Matrix
Transformation matrix.
pixelValues  DictionaryInt32, DictionaryInt32, Double
Special pixel values.
overlayLabel  String
Label
overlayUnit  String
The used Unit.
overlayOnlyCopper  Boolean
Draw the image only on copper elements?

See Also