InterfacePictureLayerGetLayerImage Method

Get the original image used by this picture layer. This method use a clone to give you no reference to the internal image, the image is a shadow copy if you dispose the original image before you use the new image it will be cleared too.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
Bitmap GetLayerImage()

Return Value

Bitmap
Image visible in this picture layer. Can be null if the internal layer is disposed.

See Also