InterfaceODBLayerAOIHighResolutionBMPExport(String, Size, RectangleF, Boolean) Method

Works only with extra licence! Creates a high resolution Bitmap from the clipping Rectangle and save it. It expand the area if the aspect ratio have other

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
bool AOIHighResolutionBMPExport(
	string fullName,
	Size destinationSize,
	RectangleF clippingRectangle,
	bool antiAlias
)

Parameters

fullName  String
 
destinationSize  Size
 
clippingRectangle  RectangleF
 
antiAlias  Boolean
 

Return Value

Boolean
true if its works

See Also