ICMPObjectGetComponentImage Method

Create a image of the component.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public 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.

Implements

InterfaceCMPObjectGetComponentImage(Int32, Int32, Color, Color, Color, Color, Color, Int32, Int32, MatrixD)

See Also