Quote:
Originally Posted by corwin42
There is only one thing: The graphics I do with Imagelib (mainly rectangles) look blurred in VGA. Is this normal?
|
Yes. This is the effect I referred to
"graphics quality is somewhat diminished" in my post above. It is because the QVGA sized bitmap you are drawing is being stretched to fit VGA resolution. In the AutoScale aware version of ControlsExDevice there will be a NativeImage control that you can use in an AutoScaled application to get VGA graphics quality if this is important to you, but your code will need to do its' own Bitmap size and drawing parameter corrections to suit the device you are on.