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 where the width of the ellipse at each corner is equal to the width the the rectangle and the same for the height.

IMPLEMENTATION

Defined in "wingdi.h".

Implemented in "dlls/gdi/region.c". source.winehq.org/source/dlls/gdi/region.c

Debug channel "region".


Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.