MvcPresentationModel_T::InvalidateRect

void MvcPresentationModel_T::InvalidateRect(const CRect& rcLog, BOOL bErase = TRUE, BOOL bRepairNow = FALSE)

Invalidates the specified rectangle specified in logical coordinates

Defined in: MvcPresentationModel.h

Return Value

void

Parameters

rcLog

Specifies the rectangle to invalidate

Comments

This function iterates through the dependent renderings, invalidating the specified logical rectangle.

bErase

Should the visual part be completely erased prior to redraw

bRepairNow

Repair the invalid area immediately

See Also

MvcVisualPart::InvalidateRect