How to copy ClientDC to Memory Device Context?
-
Hello How to copy the content of the client device context to Memory Device context? I want the complete drawing on the view to be stored as Bitmap file. FOr this i want Memory Device context. Further there are issues such as does it affects that when i initialise my memory Device Context, i.e. before complete drawing or after complete drawing. Sandeep Leave your mark wherever you go
-
Hello How to copy the content of the client device context to Memory Device context? I want the complete drawing on the view to be stored as Bitmap file. FOr this i want Memory Device context. Further there are issues such as does it affects that when i initialise my memory Device Context, i.e. before complete drawing or after complete drawing. Sandeep Leave your mark wherever you go
What about the function BitBlt, with the SRCCOPY flag. That copys from one DC to another?