Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 1.06 KB

recthelper_getisempty_1110221055.md

File metadata and controls

34 lines (19 loc) · 1.06 KB
-api-id -api-type
M:Windows.UI.Xaml.RectHelper.GetIsEmpty(Windows.Foundation.Rect)
winrt method

Windows.UI.Xaml.RectHelper.GetIsEmpty

-description

Returns whether a specified Rect is equivalent to an Empty Rect. C# and Microsoft Visual Basic code should use Rect.IsEmpty instead.

-parameters

-param target

The Rect to evaluate.

-returns

true if the specified Rect is equivalent to an Empty Rect; otherwise, false.

-remarks

Do not use this method to test for zero area; a rectangle with zero area is not necessarily the Empty rectangle. For more information, see the Empty property.

-examples

-see-also