CMvcVisualPart::Invalidate

virtual void CMvcVisualPart::Invalidate(BOOL bErase = TRUE, BOOL bRepairNow = FALSE)

Invalidates this component's entire rectangle.

Defined in: MvcVisualPart.h

Return Value

void

Comments

This function iterates up to the topmost parent in order to map the visual parts bounds to device coordinates and then it invalidates the rectangle occupied by the visual part.

Parameters

bErase

Should the visual part be completely erased prior to redraw

bRepairNow

Repair the invalid area immediately

See Also

InvalidateRect