IStepGetBitmap(IDrawingParameters, RectangleF, Int32, Int32, RectangleF) Method

Gets a bitmap for the chosen rectangle area, expands the choosen area if it is too small.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public Bitmap GetBitmap(
	IDrawingParameters setting,
	RectangleF DetailRectangle,
	int Width,
	int Height,
	out RectangleF DrawnRectangle
)

Parameters

setting  IDrawingParameters
Parameter-Set
DetailRectangle  RectangleF
The choosen area in mils.
Width  Int32
The destination width.
Height  Int32
The destination height.
DrawnRectangle  RectangleF
Real drawn rectangle

Return Value

Bitmap
Bitmap

Implements

InterfaceStepGetBitmap(IDrawingParameters, RectangleF, Int32, Int32, RectangleF)

See Also