An NDoc Documented Class Library

RectX.IsZeroSize Method 

[Visual Basic]
Shared Public Function IsZeroSize( _ 
   ByVal rect As Rect _ 
) As Boolean
[C#]
public static bool IsZeroSize(
   Rect rect
);
[C++]
public: static bool IsZeroSize(
   Rect rect
);
[JScript]
public static function IsZeroSize(
   Rect rect
): bool;

See Also

RectX Class | White.Core.UIA Namespace