Creates a region from the specified region and transformation data
#include <WinAPIGdi.au3>
_WinAPI_ExtCreateRegion ( $tRGNDATA [, $tXFORM = 0] )
| $tRGNDATA | $tagRGNDATA structure that contains the region data in logical units. |
| $tXFORM | [optional] $tagXFORM structure that defines the transformation to be performed on the region. |
| Success: | The handle to the region. |
| Failure: | 0. |
Search ExtCreateRegion in MSDN Library.