NAME
META_INTERSECTCLIPRECT
NEAREST API CALL
#include <windows.h>
INT32 IntersectClipRect
(
	HDC32 hdc,
	INT32 left,
	INT32 top,
	INT32 right,
	INT32 bottom
);
DESCRIPTION
DESCRIPTION
U16 array no Value 0  bottom  
1  right  
2  top  
3 left top, left, right and bottom define the points of the clipping region, the resultant
clipping region is the intersection of this region and the original region.
support.htmlback 