Converts device coordinates into logical coordinates.
#Include <WinAPIEx.au3>
_WinAPI_DPtoLP ( $hDC, ByRef $tPOINT [, $iCount = 1] )
$hDC | Handle to the device context. |
$tPOINT | $tagPOINT structure or structure of points ("long x1;long y1;...long xN;long yN") containing the x- and y-coordinates to be transformed. |
$iCount | [可选参数] The number of points. |
成功: | 返回 1. |
失败: | 返回 0 并设置 @error 标志为非 0 值. |
在MSDN中搜索