IFilterGetPartImage Method

Creates an image of the given part

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static Bitmap GetPartImage(
	IPCBIWindow parent,
	IPartLibraryEntry part,
	int bmpWidth,
	int bmpHeight,
	Color foreColor,
	Color backColor
)

Parameters

parent  IPCBIWindow
 
part  IPartLibraryEntry
Part to draw
bmpWidth  Int32
Img width
bmpHeight  Int32
Img height
foreColor  Color
ForeColor
backColor  Color
BackColor

Return Value

Bitmap
Image of the part

See Also