IODBLayerSetOverlayImage Method

Sets an overlay image for this layer or removes the image (bmp=null)

Definition

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

Parameters

bmp  Bitmap
Image or NULL
matrix  Matrix
Matrix for orientation
pixelValues  DictionaryInt32, DictionaryInt32, Double
Double Values for each row and column
overlayLabel  String
Description
overlayUnit  String
Unit for Values
overlayOnlyCopper  Boolean
 

Implements

InterfaceLayerSetOverlayImage(Bitmap, Matrix, DictionaryInt32, DictionaryInt32, Double, String, String, Boolean)
InterfaceLayerSetOverlayImage(Bitmap, Matrix, DictionaryInt32, DictionaryInt32, Double, String, String, Boolean)

See Also