M
Mark B
I have code to Drawstring onto a static PNG image at certain point: new
PointF(12, 11)
This was all coded when I was running at 120 DPI and the text was placed in
the correct position over the background image.
When I change my resolution to 96 DPI however, the text appears too far
across and too far down.
How can I get it to place it in the correct position regardless of the
user's DPI setting?
PointF(12, 11)
This was all coded when I was running at 120 DPI and the text was placed in
the correct position over the background image.
When I change my resolution to 96 DPI however, the text appears too far
across and too far down.
How can I get it to place it in the correct position regardless of the
user's DPI setting?