IODBLayerAOIHighResolutionBMPExport(String, RectangleF, Boolean, Int32) Method

Works only with extra licence! Creates a high resolution Bitmap from the clipping Rectangle and save it.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool AOIHighResolutionBMPExport(
	string FullPath,
	RectangleF ClippingRectangle,
	bool AntiAlias,
	int DPI
)

Parameters

FullPath  String
the full path with file name (ending with ".bmp")
ClippingRectangle  RectangleF
the interesting rectangle
AntiAlias  Boolean
use the antiAlias effect
DPI  Int32
resolution per inch

Return Value

Boolean
true if its works

Implements

InterfaceODBLayerAOIHighResolutionBMPExport(String, RectangleF, Boolean, Int32)

See Also