InterfaceStepSaveImageFromActiveLayerList Method

Draws an image to hard disk.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
void SaveImageFromActiveLayerList(
	string fileName,
	Size pictureSize,
	RectangleF visibleArea
)

Parameters

fileName  String
 
pictureSize  Size
 
visibleArea  RectangleF
 

See Also