NtGdiSetRectRgn (WIN32U.@)
BOOL NtGdiSetRectRgn ( HRGN hrgn, INT left, INT top, INT right, INT bottom )
Sets a region to a simple rectangular region.
hrgn | [In] | Region to convert. |
left | [In] | Left coordinate of rectangle. |
top | [In] | Top coordinate of rectangle. |
right | [In] | Right coordinate of rectangle. |
bottom | [In] | Bottom coordinate of rectangle. |
Success: Non-zero.
Failure: Zero.
Allows either or both left and top to be greater than right or bottom.
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.