CDC::RectVisible

Syntax

BOOL RectVisible( LPRECT lpRect ) const;

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 current display context.

Return Value

TRUE if some portion of the given rectangle lies within the clipping region; otherwise FALSE.

See Also

::RectVisible