PyCDC.CreateCompatibleDC
CreateCompatibleDC(dcFrom)
Creates a memory device context that is compatible with this DC.
Parameters
Comments
Note that unlike the MFC version, this function calls the global CreateCompatibleDC function and returns a new PyCDC object.
MFC References