T
Tony Johansson
Hello!
The CClientDC class is derived from CDC and takes care of calling the
Windows functions GetDC at construction time and ReleaseDC at destruction
time. This means that the device context associated with a CClientDC object
is the client area of a window.
The rows above is from the documentation of CClientDC.
I just wonder what does the last line mean it says "This means that the
device context associated with a CClientDC object is the client area of a
window".
//Tony
The CClientDC class is derived from CDC and takes care of calling the
Windows functions GetDC at construction time and ReleaseDC at destruction
time. This means that the device context associated with a CClientDC object
is the client area of a window.
The rows above is from the documentation of CClientDC.
I just wonder what does the last line mean it says "This means that the
device context associated with a CClientDC object is the client area of a
window".
//Tony