NtGdiGetRgnBox (WIN32U.@)
INT NtGdiGetRgnBox ( HRGN hrgn, RECT* rect )
Retrieves the bounding rectangle of the region. The bounding rectangle is the smallest rectangle that contains the entire region.
hrgn | [In] | Region to retrieve bounding rectangle from. |
rect | [Out] | Rectangle that will receive the coordinates of the bounding rectangle. |
NULLREGION - The new region is empty. SIMPLEREGION - The new region can be represented by one rectangle. COMPLEXREGION - The new region can only be represented by more than one rectangle.
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.