ExtCreateRegion (GDI32.@)
HRGN ExtCreateRegion ( const XFORM* lpXform, DWORD dwCount, const RGNDATA* rgndata )
Creates a region as specified by the transformation data and region data.
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 specifies the region. |
Success: Handle to region.
Failure: NULL.
See GetRegionData.
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.