InterfaceCMPObjectGetComponentImage Method

Create a image of the component.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
Bitmap GetComponentImage(
	int width,
	int height,
	Color bkgColor,
	Color bodyColor,
	Color bodyFillColor,
	Color textColor,
	Color pinColor,
	int bodyPenThickness,
	int pinPenThickness,
	out MatrixD matrix
)

Parameters

width  Int32
 
height  Int32
 
bkgColor  Color
 
bodyColor  Color
 
bodyFillColor  Color
 
textColor  Color
 
pinColor  Color
 
bodyPenThickness  Int32
 
pinPenThickness  Int32
 
matrix  MatrixD
 

Return Value

Bitmap
Bitmap of the component.

See Also