IPCBIWindowCreatePreviewImage(Size) Method

Preview image is created from outline with drills. Simple without special pads and only one drill layer. The image will be created of the loaded job, if no job is loaded the return bitmap is black. It will use the current step for pcb outline and drills.

Definition

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

Parameters

ImageSize  Size
Size of the result image for preview.

Return Value

Bitmap
Image for preview.

Implements

InterfacePCBIWindowCreatePreviewImage(Size)

See Also