Funktionreferenz


_WinAPI_CopyRect


Copies the coordinates of one rectangle to another

#include <WinAPIGdi.au3>
_WinAPI_CopyRect ( $tRECT )

Parameter

$tRECT $tagRECT structure whose coordinates are to be copied in logical units.

Rückgabewert

Success: $tagRECT structure that contains the logical coordinates of the source rectangle.
Failure: Sets the @error flag to non-zero.

Bemerkungen

None.

Siehe auch

Suche nach CopyRect in der MSDN Bibliothek.