IPCBIWindowAddPictureLayer(Bitmap, String, Boolean) Method

Adds an PicuteLayer to the current ODB++ Job. Image will be cloned, please dispose yours.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public IPictureLayer AddPictureLayer(
	Bitmap Image,
	string LayerName,
	bool OpenPictureLayerDialog
)

Parameters

Image  Bitmap
Image to import in IDB++ structure.
LayerName  String
the new layer name
OpenPictureLayerDialog  Boolean
Would you transform the image?

Return Value

IPictureLayer

Implements

InterfacePCBIWindowAddPictureLayer(Bitmap, String, Boolean)

See Also