MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / ~ScopedBkColor

Method ~ScopedBkColor

Win32Lib/Win32Lib.cpp:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78ScopedBkColor::~ScopedBkColor()
79{
80 ::SetBkColor(m_hdc, m_color);
81}
82
83ScopedTextAlign::ScopedTextAlign(HDC hdc, UINT align) :
84 m_hdc(hdc), m_align(::SetTextAlign(hdc, align))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected