Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 1.05 KB

sizehelper_getisempty_1023510010.md

File metadata and controls

34 lines (19 loc) · 1.05 KB
-api-id -api-type
M:Windows.UI.Xaml.SizeHelper.GetIsEmpty(Windows.Foundation.Size)
winrt method

Windows.UI.Xaml.SizeHelper.GetIsEmpty

-description

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

-parameters

-param target

The Size to evaluate.

-returns

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

-remarks

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

-examples

-see-also