MCPcopy Create free account
hub / github.com/cinience/RedisStudio / GetClientSize

Method GetClientSize

DuiLib/Core/UIManager.cpp:340–345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

338}
339
340SIZE CPaintManagerUI::GetClientSize() const
341{
342 RECT rcClient = { 0 };
343 ::GetClientRect(m_hWndPaint, &rcClient);
344 return CSize(rcClient.right - rcClient.left, rcClient.bottom - rcClient.top);
345}
346
347SIZE CPaintManagerUI::GetInitSize()
348{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected