'What is the purpose of 'win32con.SRCCOPY'?
In the code of answer of this question, there is a line cDC.BitBlt((0,0),(w, h) , dcObj, (0,0), win32con.SRCCOPY). Here what is the purpose of win32con.SRCCOPY? I have looked for documentation everywhere, but I can't find anything.
From here I take that it is a raster operation code, but that is suppose to be an integer. I am not sure if the documentation of BitBlt is even correct as the destination is not defined in the code, (code works fine).
I assume that SRCCOPY stands for source copy.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
