MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / Width

Method Width

Service/ScreenWindows.cpp:58–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58int CScreenWindows::Width()
59{
60 if(m_Screen.isNull())
61 GetImage(false);
62 if(m_Screen.isNull())
63 return GetSystemMetrics(SM_CXSCREEN);
64 return m_Screen.width();
65}
66
67int CScreenWindows::Height()
68{

Callers

nothing calls this directly

Calls 1

GetImageFunction · 0.85

Tested by

no test coverage detected