IPictureLayerGetLayerImage Method

Get the original image used by this picture layer.

Definition

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

Return Value

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

Implements

InterfacePictureLayerGetLayerImage

See Also