InterfacePCBIWindowAddPictureLayer(Bitmap, String, Boolean) Method

Adds an PicuteLayer to the current ODB++ Job.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
IPictureLayer AddPictureLayer(
	Bitmap image,
	string layerName,
	bool openPictureLayerDialog
)

Parameters

image  Bitmap
 
layerName  String
 
openPictureLayerDialog  Boolean
 

Return Value

IPictureLayer

See Also