IStepGetDetailImage Method

Create a detail view image from the selected rectangle.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public Bitmap GetDetailImage(
	RectangleF DetailRectangle,
	int DstWidth,
	int DstHeight
)

Parameters

DetailRectangle  RectangleF
The selected rectangle in the job
DstWidth  Int32
The destination image width in pixel.
DstHeight  Int32
The destination image height in pixel.

Return Value

Bitmap
The image of actual view in PCB-Investigator.

Implements

InterfaceStepGetDetailImage(RectangleF, Int32, Int32)

See Also