函数参考


_WinAPI_CombineTransform

Concatenates two world-space to page-space transformations.

#Include <WinAPIEx.au3>
_WinAPI_CombineTransform ( $tXFORM1, $tXFORM2 )

参数

$tXFORM1 $tagXFORM structure that specifies the first transformation.
$tXFORM2 $tagXFORM structure that specifies the second transformation.

返回值

Success $tagXFORM structure that contains the combined transformation.
失败: 返回 0 并设置 @error 标志为非 0 值.

注意/说明

Applying the combined transformation has the same effect as applying the first transformation and then
applying the second transformation.

相关

详情参考

在MSDN中搜索