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::RectVisible
CDC                                         Up Contents Index Back
──Microsoft Foundation Classes──────────────────────────────────────────────
 
  BOOL RectVisible( LPRECT lpRect ) const;
 
  Parameter   Description
 
  <lpRect>    Points to a RECT structure or a CRect object that
              contains the logical coordinates of the specified
              rectangle.
 
  Remarks
 
  Determines whether any part of the given rectangle lies within the
  clipping region of the current display context.
 
  Return Value
 
  TRUE if some portion of the given rectangle lies within the clipping
  region; otherwise FALSE.
 
  See Also
 
  ::RectVisible
 
 
                                     -♦-