SECEditViewport::FillBackgroundRect

void SECEditViewport::FillBackgroundRect(CDC* pDC, const CRect& rcBack, COLORREF clrBack)

Draws the background space between the last line and the bottom of the window

Defined in: SECEditViewport.cpp

Return Value

void

Parameters

pDC

The DC on which to render the background

rcBack

The Rectangle to fill, in device coords

clrBack

The color to render this background

See Also

SECEditViewport