Retrieves the current world-space to page-space transformation.
#Include <WinAPIEx.au3>
_WinAPI_GetWorldTransform ( $hDC )
$hDC | Handle to the device context. |
Success | $tagXFORM structure that contains the current world-space to page-space transformation. |
失败: | 返回 0 并设置 @error 标志为非 0 值. |
在MSDN中搜索