SECColorWell::DrawCell

void SECColorWell::DrawCell(CDC& dc, CDC& paintDC, const CRect& internalRect, int nCol, int nRow)

Draws a cell.

Defined in: SECWELL.cpp

Return Value

void

Parameters

dc

Memory device context.

paintDC

Paint device context.

internalRect

Internal rect of well.

nCol

Column of cell to draw.

nRow

Row of cell to draw.

See Also

SECColorWell