K
kelvin.koogan
In my application I'm doing some drawing in my OnPaint routine using
Graphics->DrawRectangle. The rect bounds are constant and not scaled
in anyway.
One of our Chinese customers is seeing the rectangles appear in the
wrong place. When I started investigating this I found that I got the
same problems if I changed my Windows DPI settings from 96 to 120.
However the customer tells me that they are using 96 DPI.
Are there any other settings which could cause this problem? They say
it's the same whatever screen resolution they use.
Also is there anyway to calculate the rectangle positions such that
they will always be write no matter what the users Windows settings
are?
TIA,
KK
Graphics->DrawRectangle. The rect bounds are constant and not scaled
in anyway.
One of our Chinese customers is seeing the rectangles appear in the
wrong place. When I started investigating this I found that I got the
same problems if I changed my Windows DPI settings from 96 to 120.
However the customer tells me that they are using 96 DPI.
Are there any other settings which could cause this problem? They say
it's the same whatever screen resolution they use.
Also is there anyway to calculate the rectangle positions such that
they will always be write no matter what the users Windows settings
are?
TIA,
KK