NAME

GetRgnBox  (GDI32.@)

SYNOPSIS

 INT GetRgnBox
 (
  HRGN   hrgn,
  LPRECT rect
 )

DESCRIPTION

Retrieves the bounding rectangle of the region. The bounding rectangle is the smallest rectangle that contains the entire region.

PARAMS

hrgn [In] Region to retrieve bounding rectangle from.
rect [Out] Rectangle that will receive the coordinates of the bounding rectangle.

RETURNS

NULLREGION - The new region is empty. SIMPLEREGION - The new region can be represented by one rectangle. COMPLEXREGION - The new region can only be represented by more than one rectangle.

IMPLEMENTATION

Defined in "wingdi.h".

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

Debug channel "region".


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