Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 117 of file cardlib.cpp.
{ COLORREF oldcr = SetBkColor(hdc, colour); ExtTextOut(hdc, 0, 0, ETO_OPAQUE, rect, TEXT(""), 0, 0); SetBkColor(hdc, oldcr); }