CMPImageDataDraw 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 w2cMatrix,
	MatrixD imageMatrix,
	bool blackWhite,
	int alpha,
	Color selColorOrEmpty,
	Color bkgColor
)

Parameters

g  Graphics
Graphics to draw the image
w2cMatrix  MatrixD
 
imageMatrix  MatrixD
 
blackWhite  Boolean
 
alpha  Int32
 
selColorOrEmpty  Color
 
bkgColor  Color
 

Return Value

Boolean

See Also