The ExtSelectClipRgn function combines the specified region with the current clipping region by using the specified mode.
int ExtSelectClipRgn(
HDC hdc, |
// handle to device context |
HRGN hrgn, |
// handle to region |
int fnMode |
// region-selection mode |
); |
Value |
Meaning |
RGN_AND |
The new clipping region combines the overlapping areas of the current clipping region and the region identified by hrgn. |
RGN_COPY |
The new clipping region is a copy of the region identified by hrgn. This is identical to SelectClipRgn. If the region identified by hrgn is NULL, the new clipping region is the default clipping region (the default clipping region is a null region). |
RGN_DIFF |
The new clipping region combines the areas of the current clipping region with those areas excluded from the region identified by hrgn. |
RGN_OR |
The new clipping region combines the current clipping region and the region identified by hrgn. |
RGN_XOR |
The new clipping region combines the current clipping region and the region identified by hrgn but excludes any overlapping areas. |
The return value specifies the new clipping region’s complexity; it can be any one of the following values:
Value |
Meaning |
NULLREGION |
Region is empty. |
SIMPLEREGION |
Region is a single rectangle. |
COMPLEXREGION |
Region is more than one rectangle. |
ERROR |
An error occurred. |
If an error occurs when this function is called, the previous clipping region for the specified device context is not affected.
The ExtSelectClipRgn function assumes that the coordinates for the specified region are specified in device units.
Only a copy of the region identified by the hrgn parameter is used. The region itself can be reused after this call or it can be deleted.
file: /Techref/os/win/api/win32/func/src/f23_10.htm, 5KB, , updated: 2000/4/7 11:19, local time: 2024/11/5 01:25,
3.14.134.31:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://ecomorder.com/Techref/os/win/api/win32/func/src/f23_10.htm"> ExtSelectClipRgn</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
The Backwoods Guide to Computer Lingo |
.