GDI+ double buffering in C++

前端 未结 4 686
灰色年华
灰色年华 2020-12-13 23:09

I haven\'t written anything with GDI for a while now (and never with GDI+), and I\'m just working on a fun project, but for the life of me, I can\'t figure out how to double

4条回答
  •  一整个雨季
    2020-12-13 23:47

    Are you handling WM_ERASEBKGND? I believe it gets called right before WM_PAINT and usually blits the window's background color which you probably don't want to happen.

提交回复
热议问题