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

Method ~GdiObjectSelection

Win32Lib/Win32Lib.cpp:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54GdiObjectSelection::~GdiObjectSelection()
55{
56 SelectObject(m_hdc, m_hObject);
57}
58
59ScopedTextColor::ScopedTextColor(HDC hdc, COLORREF color) :
60 m_hdc(hdc), m_color(::SetTextColor(hdc, color))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected