Function Reference


_WinAPI_GetRegionData

Fills the specified buffer with data describing a region

#include <WinAPIGdi.au3>
_WinAPI_GetRegionData ( $hRgn, ByRef $tRGNDATA )

Parameters

$hRgn Handle to the region.
$tRGNDATA Returns a $tagRGNDATA structure that is created by this function, and contains the region data, in logical units.

Return Value

Success: True.
Failure: False.

See Also

Search GetRegionData in MSDN Library.