I am developing an application for a WinCE 6.0 device in which there is a need to rotate the screen, so we use a typical API ChangeDisplaySettingsEx(). and also I draw something on the view.
When blitting from memDCto the main DC, it takes 20 ms for 700x300 pixels in landscape mode, but in portrait mode blitting a 450x450 block takes 50 ms.
I can’t determine why this is happening. Here is the device configuration: - Resolution 800x480. I use the regular API for this Blt().
Any suggestion would be helpful
source
share