Modifies the window for a device context using the ratios formed by the specified multiplicands and divisors.
#Include <WinAPIEx.au3>
_WinAPI_ScaleWindowExt ( $hDC, $iXNum, $iXDenom, $iYNum, $iYDenom )
$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 divide the current vertical extent. |
$iYDenom | The amount by which to divide the current vertical extent. |
成功: | 返回 1. |
失败: | 返回 0 并设置 @error 标志为非 0 值. |
在MSDN中搜索