CreateRectRgn.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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".

Debug channel "region".