Funktionreferenz


_WinAPI_ScaleWindowExt


Modifies the window for a device context using the ratios formed by the specified multiplicands and divisors

#include <WinAPIGdi.au3>
_WinAPI_ScaleWindowExt ( $hDC, $iXNum, $iXDenom, $iYNum, $iYDenom )

Parameter

$hDC Handle to the device context.
$iXNum The amount by which to multiply the current horizontal extent.
$iXDenom The amount by which to divide the current horizontal extent.
$iYNum The amount by which to multiply the current vertical extent.
$iYDenom The amount by which to divide the current vertical extent.

Rückgabewert

Success: True
Failure: False

Bemerkungen

Call _WinAPI_GetExtended() to retrieve a $tagSIZE structure containing the previous window extents.

Verwandte Funktionen

_WinAPI_GetExtended

Siehe auch

Suche nach ScaleWindowExtEx in der MSDN Bibliothek.