InterfaceODBLayerAOIHighResolutionBMPExport(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.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
bool AOIHighResolutionBMPExport(
	string fullPath,
	RectangleF clippingRectangle,
	bool antiAlias,
	int dpi
)

Parameters

fullPath  String
 
clippingRectangle  RectangleF
 
antiAlias  Boolean
 
dpi  Int32
 

Return Value

Boolean
true if its works

See Also