MPNPackageDataDraw Method

draw an image of this mpn package data.

Definition

Namespace: PCBI
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool Draw(
	Graphics g,
	MatrixD matrix,
	Color body,
	Color pin,
	Color pinLabel,
	Color polPin,
	int penThickness
)

Parameters

g  Graphics
Graphics to draw the image
matrix  MatrixD
transform matrix
body  Color
color for the body
pin  Color
color for the pin
pinLabel  Color
color for the pin label
polPin  Color
color for the polarity pin
penThickness  Int32
diameter for lines to draw

Return Value

Boolean

See Also