InterfaceStepGetBitmap(ListILayer, RectangleF, Int32, Int32, Boolean) Method

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

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
Bitmap GetBitmap(
	List<ILayer> layers,
	RectangleF detailRectangle,
	int width,
	int height,
	bool drawPCBOutline
)

Parameters

layers  ListILayer
 
detailRectangle  RectangleF
 
width  Int32
 
height  Int32
 
drawPCBOutline  Boolean
 

Return Value

Bitmap
Returns a picture form the coosed layers.

See Also