IPackageSpecificsDDraw Method

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool Draw(
	Graphics g,
	int width,
	int height,
	Color bodyColor,
	Color bodyFillColor,
	Color textColor,
	Color pinColor,
	int bodyPenThickness,
	int pinPenThickness,
	MatrixD matrix,
	int polarityPin,
	Color polarityPinColor,
	List<string> additionalTextsPerPin = null
)

Parameters

g  Graphics
 
width  Int32
 
height  Int32
 
bodyColor  Color
 
bodyFillColor  Color
 
textColor  Color
 
pinColor  Color
 
bodyPenThickness  Int32
 
pinPenThickness  Int32
 
matrix  MatrixD
 
polarityPin  Int32
 
polarityPinColor  Color
 
additionalTextsPerPin  ListString  (Optional)
 

Return Value

Boolean

See Also