IStepSaveImageFromActiveLayerList Method

Draws an image to hard disk.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void SaveImageFromActiveLayerList(
	string FileName,
	Size PictureSize,
	RectangleF VisibleArea
)

Parameters

FileName  String
The image file with full path and file ending (e.g. bmp, jpg, png)
PictureSize  Size
Output image size
VisibleArea  RectangleF
Area in PCB-Investigator

Implements

InterfaceStepSaveImageFromActiveLayerList(String, Size, RectangleF)

See Also