SetRectRgn (GDI32.@)
BOOL SetRectRgn ( 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.
Defined in "wingdi.h".
Implemented in "dlls/gdi/region.c". source.winehq.org/source/dlls/gdi/region.c
Debug channel "region".
Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.