NtGdiRectInRegion (WIN32U.@)
BOOL NtGdiRectInRegion ( HRGN hrgn, const RECT* rect )
Tests if a rectangle is at least partly inside the specified region.
hrgn | [In] | Region to test. |
rect | [In] | Rectangle to test. |
Non-zero if the rectangle is partially inside the region or zero otherwise.
Declared in "include/ntgdi.h". gitlab.winehq.org/wine/wine/blob/master/include/ntgdi.h
Implemented in "dlls/win32u/region.c". gitlab.winehq.org/wine/wine/blob/master/dlls/win32u/region.c
Debug channel "region".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.