Copies the coordinates of one rectangle to another
#include <WinAPIGdi.au3>
_WinAPI_CopyRect ( $tRECT )
$tRECT | $tagRECT structure whose coordinates are to be copied in logical units. |
Success: | $tagRECT structure that contains the logical coordinates of the source rectangle. |
Failure: | Sets the @error flag to non-zero. |
Search CopyRect in MSDN Library.