CDC::IntersectClipRect
Visual Studio 2012
Creates a new clipping region by forming the intersection of the current region and the rectangle specified by x1, y1, x2, and y2.
int IntersectClipRect( int x1, int y1, int x2, int y2 ); int IntersectClipRect( LPCRECT lpRect );