Funktionreferenz


_WinAPI_ExtCreateRegion


Creates a region from the specified region and transformation data

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

Parameter

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

Rückgabewert

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

Bemerkungen

None.

Siehe auch

Suche nach ExtCreateRegion in der MSDN Bibliothek.