CODRulerWrapper_T::InvalidateRect
voidCODRulerWrapper_T::InvalidateRect(const CRect&rcLog, BOOLbErase= TRUE, BOOLbRepairNow= FALSE)
Invalidates the specified rectangle of this viewport in logical coordinates.
Defined in: OdRulerWrapper.h
Return Value
void
Parameters
rcLog
Specifies the rectangle to invalidate, in logical coordinates
Comments
This class overrides the base class implementation of this function in order to erase any tracking remnants on the rulers. It then calls the base class implementation.bErase
Should the visual part be completely erased prior to redraw
bRepairNow
Repair the invalid area immediately
See Also