IStepAOIHighResolutionBMPExport(ListIODBLayer, ListBoolean, String, RectangleF, Boolean, Boolean, Int32, AOIMatrixSize, Boolean, Boolean, Int32, Boolean, Boolean, IPCBIWindowProgressChanged, Int32, Int32) Method

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool AOIHighResolutionBMPExport(
	List<IODBLayer> LayerList,
	List<bool> ColorList,
	string FullPath,
	RectangleF ClippingRectangle,
	bool AntiAlias,
	bool DrawProfil,
	int DPI,
	AOIMatrixSize InternalMatrixSize,
	bool UseMultyThreading,
	bool InvertImageColors,
	out int imageSizeModification,
	bool drawOnlySelected,
	bool DrawSurfaceFrame,
	IPCBIWindowProgressChanged onProgressChanged = null,
	int MatrixSizeIndividual = 10000,
	int MaximumTheadCount = -1
)

Parameters

LayerList  ListIODBLayer
 
ColorList  ListBoolean
 
FullPath  String
 
ClippingRectangle  RectangleF
 
AntiAlias  Boolean
 
DrawProfil  Boolean
 
DPI  Int32
 
InternalMatrixSize  AOIMatrixSize
 
UseMultyThreading  Boolean
 
InvertImageColors  Boolean
 
imageSizeModification  Int32
 
drawOnlySelected  Boolean
 
DrawSurfaceFrame  Boolean
 
onProgressChanged  IPCBIWindowProgressChanged  (Optional)
 
MatrixSizeIndividual  Int32  (Optional)
 
MaximumTheadCount  Int32  (Optional)
 

Return Value

Boolean

Implements

InterfaceStepAOIHighResolutionBMPExport(ListIODBLayer, ListBoolean, String, RectangleF, Boolean, Boolean, Int32, AOIMatrixSize, Boolean, Boolean, Int32, Boolean, Boolean, IPCBIWindowProgressChanged, Int32, Int32)

See Also