CreateEllipticRgnIndirect (GDI32.@)
HRGN CreateEllipticRgnIndirect ( const RECT* rect )
Creates an elliptical region.
rect | [In] | Pointer to bounding rectangle of the ellipse. |
Success: Handle to region.
Failure: NULL.
This is a special case of CreateRoundRectRgn where the width of the ellipse at each corner is equal to the width the rectangle and the same for the height.
Defined in "wingdi.h".
Implemented in "dlls/gdi32/region.c". source.winehq.org/source/dlls/gdi32/region.c
Debug channel "region".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jul 2008.