wysota, I just need a pixel or screen width and height in millimeters. I have to draw symbols at the same dimension on defferent screens and resolutions.
All you can do is use the DPI that the system gives you to convert to a physical unit and then draw based on that. However, that DPI is not correct on most monitors, so drawing something to exactly the same physical size is practically impossible.
Bookmarks