示例#1
0
 public static float Length2(this SizeF s)
 {
     return(Math_.Sqrt(s.Length2Sq()));
 }