Size.max
Static Property in Size
Declaration
public static readonly Size max { get; }
Description
Shorthand for writing Size(int.MaxValue, int.MaxValue)
.
public static readonly Size max { get; }
Shorthand for writing Size(int.MaxValue, int.MaxValue)
.