Funktionreferenz


_WinAPI_GetStretchBltMode


Retrieves the current stretching mode

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

Parameter

$hDC Handle to the device context.

Rückgabewert

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

Bemerkungen

None.

Siehe auch

Suche nach GetStretchBltMode in der MSDN Bibliothek.