NAME
META_EXCLUDECLIPRECT
NEAREST API CALL
#include <windows.h>
INT32 ExcludeClipRect
(
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 region to be deleted from
the clipping region, the resultant
clipping region is the original region minus this region.
back