Funktionreferenz


_WinAPI_EqualRect


Determines whether the two specified rectangles are equal

#include <WinAPIGdi.au3>
_WinAPI_EqualRect ( $tRECT1, $tRECT2 )

Parameter

$tRECT1 $tagRECT structure that contains the logical coordinates of the first rectangle.
$tRECT2 $tagRECT structure that contains the logical coordinates of the second rectangle.

Rückgabewert

Success: True - The two rectangles are identical.
Failure: False.

Bemerkungen

This function does not treat empty rectangles as equal if their coordinates are different.

Siehe auch

Suche nach EqualRect in der MSDN Bibliothek.