28 CYIScreen(int32_t nScreenSizeX, int32_t nScreenSizeY, int32_t nScreenDensityX, int32_t nScreenDensityY);
34 int32_t GetXDensity()
const;
39 int32_t GetYDensity()
const;
44 float GetWidthInches()
const;
49 float GetHeightInches()
const;
54 float GetDiagonalSizeInches()
const;
59 int32_t GetWidthPixels()
const;
64 int32_t GetHeightPixels()
const;
70 int32_t m_nDisplayModeOffset;
71 int32_t m_nDisplayModeXMVByte;
72 int32_t m_nDisplayModeYMVByte;
73 int32_t m_nDisplayXDensity;
74 int32_t m_nDisplayYDensity;
75 int32_t m_nDisplayWidthPixels;
76 int32_t m_nDisplayHeightPixels;
83 #endif // _YI_SCREEN_H_ YI_SCREEN_INFO()
Definition: YiScreen.h:15
int32_t nWidth
Definition: YiScreen.h:18
Definition: YiScreen.h:25
Definition: YiScreen.h:12
int32_t nXDensity
Definition: YiScreen.h:20
int32_t nYDensity
Definition: YiScreen.h:21
int32_t nHeight
Definition: YiScreen.h:19