IPCBIWindowCreatePreviewImage(Size, Boolean, Boolean, String) 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,
	bool ShowComponents,
	bool topSide = true,
	string stepName = ""
)

Parameters

ImageSize  Size
Size of the result image for preview.
ShowComponents  Boolean
Show components on top side or not.
topSide  Boolean  (Optional)
 
stepName  String  (Optional)
 

Return Value

Bitmap
Image for preview.

Implements

InterfacePCBIWindowCreatePreviewImage(Size, Boolean, Boolean, String)

See Also