Make copy of DIBSection ?
C / C++ / MFC
1
Posts
1
Posters
1
Views
1
Watching
-
I have a class derived from CBitmap which contains a DIBSection, and I'm trying to write a copy function. Can anyone tell me how, given an instance of my class, which is essentially a DIBSection, how I can create a deep copy of the DIBSection ? I've looked at CreateDIBSection, but I'm unsure where to get the parameters from. Thanks Christian