.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH CreateEllipticRgn 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBCreateEllipticRgn\fR (GDI32.@) .SH SYNOPSIS HRGN CreateEllipticRgn ( INT \fIleft\fR, INT \fItop\fR, INT \fIright\fR, INT \fIbottom\fR ) .SH DESCRIPTION .PP Creates an elliptical region. .SH PARAMS \fIleft\fR \fB[In]\fR Left coordinate of bounding rectangle. .PP \fItop\fR \fB[In]\fR Top coordinate of bounding rectangle. .PP \fIright\fR \fB[In]\fR Right coordinate of bounding rectangle. .PP \fIbottom\fR \fB[In]\fR Bottom coordinate of bounding rectangle. .PP .SH RETURNS .PP \fBSuccess:\fR Handle to region. .PP \fBFailure:\fR \fBNULL\fR. .SH NOTES .PP This is a special case of \fBCreateRoundRectRgn(3w)\fR where the width of the ellipse at each corner is equal to the width the rectangle and the same for the height. .SH IMPLEMENTATION .PP Declared in \fB"wingdi.h"\fR. .PP Implemented in \fB"dlls/gdi32/region.c"\fR. .PP Debug channel \fB"region"\fR.