Hello!

I would like to draw a cCairoSurface image onto a DC while preserving what is there.

Here is an example of what that looked like when I used c32bppdib.

Name:  c32bpp.png
Views: 31143
Size:  11.5 KB

However, what I get when just using the .DrawToDC function of cCairoSurface, is that:

Name:  1.png
Views: 384
Size:  9.9 KB

Can you advise me on how to achieve my goal while being as performant as my previous approach c32bppdib approach?