SECEditViewport::PostDrawMarks

void SECEditViewport::PostDrawMarks(int nLine, CDC* pDC, CRect rcMark)

Called after the predefined items in the gutter such as breakpoints are drawn

Defined in: SECEditViewport.cpp

Return Value

void

Parameters

nLine

The line index for which to draw the marks

pDC

The DC on which to draw the marks

rcMark

The CRect in which we should render our mark

Comments

PostDrawMarks is called after any of the predefined gutter marks are drawn. Override this to provide custom drawing of marks in the gutter.

See Also

SECEditViewport DrawMarks DrawBookmark DrawBreakpoint PreDrawMarks DrawGutter