Пример #1
0
 public static Point Location(this Thickness t, Point p = default(Point))
 {
     return(t.Location(p.X, p.Y));
 }