SECEditViewport::DrawMarks
voidSECEditViewport::DrawMarks(intnLine, CDC*pDC, const CRect&rcMark)
Called to draw any items in the gutter such as breakpoints.
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
DrawMarks is called to draw any marks in the Gutter. Override this to perform custom processing. The default implementation calls the following functions in this order:PreDrawMarks
DrawBookmark
DrawBreakpoint
PostDrawMarks
See Also
SECEditViewport PreDrawMarks DrawBookmark DrawBreakpoint PostDrawMarks DrawGutter