CMvcVisualPart::InvalidateRect
virtual voidCMvcVisualPart::InvalidateRect(const CRect&rect, BOOLbErase= TRUE, BOOLbRepairNow= FALSE)
Invalidates the specified rectangle of this component in logical coordinates
Defined in: MvcVisualPart.h
Return Value
void
Parameters
rect
Specifies the rectangle to invalidate, in logical coordinates
Comments
This function delegates to it's container, if it has one. If this component does not have a container, then the call has no effect.bErase
Should the visual part be completely erased prior to redraw
bRepairNow
Repair the invalid area immediately
See Also