CreateEllipticRgnIndirect(3w)
NAME
CreateEllipticRgnIndirect (GDI32.@)
SYNOPSIS
HRGN CreateEllipticRgnIndirect
(
const RECT* rect
)
DESCRIPTION
Creates an elliptical region.
PARAMS
rect [In] Pointer to bounding rectangle of the ellipse.
RETURNS
Success: Handle to region.
Failure: NULL.
NOTES
This is a special case of CreateRoundRectRgn(3w) where the width of the
ellipse at each corner is equal to the width the rectangle and the same
for the height.
IMPLEMENTATION
Defined in "wingdi.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/gdi32/region.c".
- Debug channel "region".