IStepGetBitmap(ListInterfaceLayer, RectangleF, Int32, Int32, Boolean, Boolean, Boolean, Boolean, Boolean, 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<InterfaceLayer> layers,
	RectangleF detailRectangle,
	int width,
	int height,
	bool drawPCBOutline,
	bool fillBoardOutline,
	bool mirrorComponentLabels,
	bool ignoreSelection,
	bool drawOnlySelection,
	out RectangleF drawnRectangle
)

Parameters

layers  ListInterfaceLayer
 
detailRectangle  RectangleF
 
width  Int32
 
height  Int32
 
drawPCBOutline  Boolean
 
fillBoardOutline  Boolean
 
mirrorComponentLabels  Boolean
Show the Component Info from Component View setup.
ignoreSelection  Boolean
 
drawOnlySelection  Boolean
 
drawnRectangle  RectangleF
 

Return Value

Bitmap
Returns a picture form the coosed layers.

Implements

InterfaceStepGetBitmap(ListInterfaceLayer, RectangleF, Int32, Int32, Boolean, Boolean, Boolean, Boolean, Boolean, RectangleF)

See Also