SECEditViewport::DrawBreakpoint

voidSECEditViewport::DrawBreakpoint(intnLine, CDC*pDC, CRectrcMark)

Draws a breakpoint in the gutter for lines that have a breakpoint

Defined in: SECEditViewport.cpp

Return Value

void

Parameters

nLine

The line number for which to draw the marks

pDC

The DC on which to draw the breakpoint

rcMark

The CRect in which we the breakpoint is rendered

Comments

DrawBreakpoint draws a predefined Breakpoint in the gutter, similar to Visual C++©. Override this function to draw a custom breakpoint.

See Also

SECEditViewport  DrawMarks  DrawBookmark  PreDrawMarks  PostDrawMarks  DrawGutter