SECEditViewport::RenderGutter
voidSECEditViewport::RenderGutter(CDC*pDC, CRectrcGutter)
Fills the background of the gutter area
Defined in: SECEditViewport.cpp
Return Value
void
Parameters
pDC
The DC to render the gutter background
rcGutter
The rect to fill with the gutter background
Comments
RenderGutter fills the gutter area to the left of the editing window in preparation for ddrawing any gutter marks. When called by the OE framework, pDC is a pointer to a SECMemDC, which is a wrapper for a back buffered dcSee Also