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 "dlls/gdi32/region.c". source.winehq.org/source/dlls/gdi32/region.c

Debug channel "region".


Copyright © 2007 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2007.