Whole document tree
    

Whole document tree

META_INTERSECTCLIPRECT

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 noValue
0 bottom
1 right
2 top
3left
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.

back