diff --git a/Core/InteropServices/SizeT.cs b/Core/InteropServices/SizeT.cs index 2a986156..bca2cf1f 100644 --- a/Core/InteropServices/SizeT.cs +++ b/Core/InteropServices/SizeT.cs @@ -13,6 +13,9 @@ namespace Vanara.PInvoke /// Represents the smallest possible value of . This field is constant. public static readonly SizeT MinValue = 0; + /// Represents the zero value of . This field is constant. + public static readonly SizeT Zero = default; + private UIntPtr val; /// Initializes a new instance of the struct.