IStepGetBitmap(ListILayer, 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(
	List<ILayer> Layers,
	RectangleF DetailRectangle,
	int Width,
	int Height,
	out RectangleF DrawnRectangle
)

Parameters

Layers  ListILayer
All layer to draw.
DetailRectangle  RectangleF
The choosen area in mils.
Width  Int32
The destination width.
Height  Int32
The destination height.
DrawnRectangle  RectangleF
The real drawn area in worldcoordinates.

Return Value

Bitmap
Returns a picture form the coosed layers.

Implements

InterfaceStepGetBitmap(ListILayer, RectangleF, Int32, Int32, RectangleF)

See Also