.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH CreateRectRgn 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBCreateRectRgn\fR (GDI32.@) .SH SYNOPSIS HRGN CreateRectRgn ( INT \fIleft\fR, INT \fItop\fR, INT \fIright\fR, INT \fIbottom\fR ) .SH DESCRIPTION .PP Creates a simple rectangular region. .SH PARAMS \fIleft\fR \fB[In]\fR Left coordinate of rectangle. .PP \fItop\fR \fB[In]\fR Top coordinate of rectangle. .PP \fIright\fR \fB[In]\fR Right coordinate of rectangle. .PP \fIbottom\fR \fB[In]\fR Bottom coordinate of rectangle. .PP .SH RETURNS .PP \fBSuccess:\fR Handle to region. .PP \fBFailure:\fR \fBNULL\fR. .SH IMPLEMENTATION .PP Declared in \fB"wingdi.h"\fR. .PP Implemented in \fB"dlls/gdi32/region.c"\fR. .PP Debug channel \fB"region"\fR.