MvcViewport::InvalidateRect
voidMvcViewport::InvalidateRect(const CRect&rcLog, BOOLbErase= TRUE, BOOLbRepairNow= FALSE)
Invalidates the specified rectangle of this component in logical coordinates
Defined in: MvcViewport.cpp
Return Value
void
Parameters
rcLog
Specifies the rectangle to invalidate, in logical coordinates
Comments
This function converts the logical rec to a device rect and invalidates that portion of the window.bErase
Should the visual part be completely erased prior to redraw
bRepairNow
Repair the invalid area immediately