IPictureLayerSetBitmap Method

Overwrite the image for image layer to have quick updates. Image will be cloned, please dispose yours.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void SetBitmap(
	Bitmap Bitmap,
	bool SaveImageLayer
)

Parameters

Bitmap  Bitmap
New bitmap with the shown image.
SaveImageLayer  Boolean
Save the image to the disc, if not it can be lost depending to following actions.

See Also