コード例 #1
0
 internal static Size LayoutRound(this Size size, RoundingMode roundingMode)
 {
     return(SizeUtils.LayoutRound(size, roundingMode));
 }