Dpi
-
I need to make some calculations from milimetres to pixels in my programme (for drawing) and I need a Dots-per-inch current value for this. Where can I get it? Supposedly in the WMI:) but isn't there a class which handles this in standard libraries by any chance? (It would even better if DirectDraw objects could perform drawing operations using milimetres coordinates, but I highly doubt it can be made:)
-
I need to make some calculations from milimetres to pixels in my programme (for drawing) and I need a Dots-per-inch current value for this. Where can I get it? Supposedly in the WMI:) but isn't there a class which handles this in standard libraries by any chance? (It would even better if DirectDraw objects could perform drawing operations using milimetres coordinates, but I highly doubt it can be made:)
I thought GDI+ allowed you to set drawing units as inches ? Christian Graus - Microsoft MVP - C++
-
I thought GDI+ allowed you to set drawing units as inches ? Christian Graus - Microsoft MVP - C++
-
I need to make some calculations from milimetres to pixels in my programme (for drawing) and I need a Dots-per-inch current value for this. Where can I get it? Supposedly in the WMI:) but isn't there a class which handles this in standard libraries by any chance? (It would even better if DirectDraw objects could perform drawing operations using milimetres coordinates, but I highly doubt it can be made:)