Function Reference


_WinAPI_GetStretchBltMode

Retrieves the current stretching mode

#include <WinAPIGdi.au3>
_WinAPI_GetStretchBltMode ( $hDC )

Parameters

$hDC Handle to the device context.

Return Value

Success: The current stretching mode ($STRETCH_*).
Failure: 0, call _WinAPI_GetLastError() to get extended error information.

See Also

Search GetStretchBltMode in MSDN Library.