Funktionreferenz


_WinAPI_IsRectEmpty


Determines whether the specified rectangle is empty

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

Parameter

$tRECT $tagRECT structure that contains the logical coordinates of the rectangle.

Rückgabewert

True: the rectangle is empty.
False: the rectangle is not empty.

Bemerkungen

An empty rectangle is one that has no area; that is, the coordinate of the right side is less than or equal
to the coordinate of the left side, or the coordinate of the bottom side is less than or equal to the
coordinate of the top side.

Siehe auch

Suche nach IsRectEmpty in der MSDN Bibliothek.