CDC::RectVisible
virtualBOOLRectVisible(LPCRECTlpRect**)const;**
Return Value
Nonzero if any portion of the given rectangle lies within the clipping region; otherwise 0.
Parameters
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 display context.
CDC Overview | Class Members | Hierarchy Chart
See Also CDC::PtVisible, CDC::SelectClipRgn, CRect, , RECT