internal static Size LayoutRound(this Size size, RoundingMode roundingMode) { return(SizeUtils.LayoutRound(size, roundingMode)); }