Method SIZE.From(+ 1 overload) Overload public static SIZE From(SizeF z, bool round) Parameters z (SizeF) round (bool) Can round up, for example 1.7 to 2. Returns SIZE Exceptions OverflowException Overload(top) public static SIZE From(Size z, bool round) Parameters z (Size) round (bool) Can round up, for example 1.7 to 2. Returns SIZE Exceptions OverflowException