CMPImageDataDraw Method
draw an image of this mpn package data.
Namespace: PCBIAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
public bool Draw(
Graphics g,
MatrixD w2cMatrix,
MatrixD imageMatrix,
bool blackWhite,
int alpha,
Color selColorOrEmpty,
Color bkgColor
)
Public Function Draw (
g As Graphics,
w2cMatrix As MatrixD,
imageMatrix As MatrixD,
blackWhite As Boolean,
alpha As Integer,
selColorOrEmpty As Color,
bkgColor As Color
) As Boolean
public:
bool Draw(
Graphics^ g,
MatrixD^ w2cMatrix,
MatrixD^ imageMatrix,
bool blackWhite,
int alpha,
Color selColorOrEmpty,
Color bkgColor
)
member Draw :
g : Graphics *
w2cMatrix : MatrixD *
imageMatrix : MatrixD *
blackWhite : bool *
alpha : int *
selColorOrEmpty : Color *
bkgColor : Color -> bool
- g Graphics
- Graphics to draw the image
- w2cMatrix MatrixD
-
- imageMatrix MatrixD
-
- blackWhite Boolean
-
- alpha Int32
-
- selColorOrEmpty Color
-
- bkgColor Color
-
Boolean