SECEditController::InvalidateLines
voidSECEditController::InvalidateLines(intnStartLine, intnEndLine= -1)
Asks the viewport to invalidate the passed group of lines
Defined in: SECEditController.cpp
Return Value
void
Parameters
nStartLine
The starting line to invalidate.
nEndLine
The ending line to invalidate. If -1, invalidates to the end of the lines
See Also