MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / ScopedTextAlign

Method ScopedTextAlign

Win32Lib/Win32Lib.cpp:83–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83ScopedTextAlign::ScopedTextAlign(HDC hdc, UINT align) :
84 m_hdc(hdc), m_align(::SetTextAlign(hdc, align))
85{
86 if (m_align == GDI_ERROR)
87 ThrowLastError("SetTextAlign");
88}
89
90ScopedTextAlign::~ScopedTextAlign()
91{

Callers

nothing calls this directly

Calls 1

ThrowLastErrorFunction · 0.85

Tested by

no test coverage detected