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::GetROP2
CDC                                         Up Contents Index Back
──Microsoft Foundation Classes──────────────────────────────────────────────
 
  int GetROP2() const;
 
  Remarks
 
  Retrieves the current drawing mode. The drawing mode specifies how the
  colors of the pen and the interior of filled objects are combined with
  the color already on the display surface.
 
  Return Value
 
  The drawing mode. For a list of the drawing mode values, see SetROP2.
 
  See Also
 
  CDC::GetDeviceCaps, CDC::SetROP2, ::GetROP2
 
 
                                     -♦-