Home » U++ Library support » U++ Library : Other (not classified elsewhere) » Monitor Size
Re: Monitor Size [message #16542 is a reply to message #16525] |
Mon, 23 June 2008 22:47   |
|
I found in windows solution:
HDC hdc = ::GetWindowDC(NULL);
int width_mm = ::GetDeviceCaps(hdc, HORZSIZE);
int height_mm = ::GetDeviceCaps(hdc, VERTSIZE);
::ReleaseDC(NULL, hdc);
But how will be in linux?
|
|
|
Goto Forum:
Current Time: Tue Aug 26 00:10:07 CEST 2025
Total time taken to generate the page: 0.05334 seconds
|