IStepGetBitmap(ListILayer, RectangleF, Int32, Int32) Method

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

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public IStepBitmapResultClass GetBitmap(
	List<ILayer> Layers,
	RectangleF DetailRectangle,
	int DstWidth,
	int DstHeight
)

Parameters

Layers  ListILayer
All layer to draw.
DetailRectangle  RectangleF
The choosen area in mils, e.g. IPCBIWindow.GetJobBounds().
DstWidth  Int32
The destination width in pixel.
DstHeight  Int32
The destination height in pixel.

Return Value

IStepBitmapResultClass
Returns a picture form the coosed layers.

Implements

InterfaceStepGetBitmap(ListILayer, RectangleF, Int32, Int32)

See Also