IPCBIWindowAddPictureLayer(Bitmap, String, Boolean) Method
Adds an PicuteLayer to the current ODB++ Job.
Image will be cloned, please dispose yours.
Namespace: PCBI.AutomationAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 16
public IPictureLayer AddPictureLayer(
Bitmap Image,
string LayerName,
bool OpenPictureLayerDialog
)
Public Function AddPictureLayer (
Image As Bitmap,
LayerName As String,
OpenPictureLayerDialog As Boolean
) As IPictureLayer
public:
virtual IPictureLayer^ AddPictureLayer(
Bitmap^ Image,
String^ LayerName,
bool OpenPictureLayerDialog
) sealed
abstract AddPictureLayer :
Image : Bitmap *
LayerName : string *
OpenPictureLayerDialog : bool -> IPictureLayer
override AddPictureLayer :
Image : Bitmap *
LayerName : string *
OpenPictureLayerDialog : bool -> IPictureLayer
- Image Bitmap
- Image to import in IDB++ structure.
- LayerName String
- the new layer name
- OpenPictureLayerDialog Boolean
- Would you transform the image?
IPictureLayerInterfacePCBIWindowAddPictureLayer(Bitmap, String, Boolean)