IODBLayerAOIHighResolutionBMPExport(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
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool AOIHighResolutionBMPExport(
	string FullName,
	Size DestinationSize,
	RectangleF ClippingRectangle,
	bool AntiAlias
)

Parameters

FullName  String
the full path with file name (ending with ".bmp")
DestinationSize  Size
the resolution of the destination bitmap in 8 bit format,
ClippingRectangle  RectangleF
the interesting rectangle
AntiAlias  Boolean
use the antiAlias effect

Return Value

Boolean
true if its works

Implements

InterfaceODBLayerAOIHighResolutionBMPExport(String, Size, RectangleF, Boolean)

See Also