Function Reference


_WinAPI_ExtCreateRegion

Creates a region from the specified region and transformation data

#include <WinAPIGdi.au3>
_WinAPI_ExtCreateRegion ( $tRGNDATA [, $tXFORM = 0] )

Parameters

$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.

Return Value

Success: The handle to the region.
Failure: 0.

See Also

Search ExtCreateRegion in MSDN Library.