Microsoft Foundation Classes (mfc.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
CDC::GetDCOrg
CDC                                         Up Contents Index Back
──Microsoft Foundation Classes──────────────────────────────────────────────
 
  CPoint GetDCOrg() const;
 
  Remarks
 
  Obtains the final translation origin for the device context. The final
  translation origin specifies the offset used by Windows to translate
  device coordinates into client coordinates for points in an
  application's window. The final translation origin is relative to the
  physical origin of the screen display.
 
  Return Value
 
  The final translation origin (in device coordinates) as a CPoint
  object.
 
  See Also
 
  CPoint, ::GetDCOrg
 
 
                                     -♦-