I want to display an image at \'true size\' in my application. For that I need to know the pixel size of the display.
I know windows display resolution is nominally
You may obtain the physical dimensions of the display using the EDID information stored in the registry. You can obtain the appropriate monitor's registry key using the EnumDisplayDevices windows API call.
Physical Dimensions to the Screen object: