CreateRectRgn(3w)
NAME
CreateRectRgn (GDI32.@)
SYNOPSIS
HRGN CreateRectRgn ( INT left, INT top, INT right, INT bottom )
DESCRIPTION
Creates a simple rectangular region.
PARAMS
left [In] Left coordinate of rectangle.
top [In] Top coordinate of rectangle.
right [In] Right coordinate of rectangle.
bottom [In] Bottom coordinate of rectangle.
RETURNS
Success: Handle to region.
Failure: NULL.
IMPLEMENTATION
Defined in "wingdi.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/gdi32/region.c".
- Debug channel "region".