InterfacePCBIWindowCreatePreviewImage(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.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
Bitmap CreatePreviewImage(
	Size imageSize
)

Parameters

imageSize  Size
 

Return Value

Bitmap
Image for preview.

See Also