InterfaceStepGetDetailImage Method

Create a detail view image from the selected rectangle.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
Bitmap GetDetailImage(
	RectangleF detailRectangle,
	int dstWidth,
	int dstHeight
)

Parameters

detailRectangle  RectangleF
 
dstWidth  Int32
 
dstHeight  Int32
 

Return Value

Bitmap
The image of actual view in PCB-Investigator.

See Also