BOOL RectVisible( LPRECT lpRect ) const;
lpRect
Points to a RECT structure or a CRect object that contains the logical coordinates of the specified rectangle.
Determines whether any part of the given rectangle lies within the clipping region of the current display context.
TRUE if some portion of the given rectangle lies within the clipping region; otherwise FALSE.
::RectVisible