NAME

ExtCreateRegion  (GDI32.@)

SYNOPSIS

 HRGN ExtCreateRegion
 (
  const XFORM*   lpXform,
  DWORD          dwCount,
  const RGNDATA* rgndata
 )

DESCRIPTION

Creates a region as specified by the transformation data and region data.

PARAMS

lpXform [In] World-space to logical-space transformation data.
dwCount [In] Size of the data pointed to by rgndata, in bytes.
rgndata [In] Data that specifes the region.

RETURNS

Success: Handle to region.

Failure: NULL.

NOTES

See GetRegionData.

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.