public static Point Location(this Thickness t, Point p = default(Point)) { return(t.Location(p.X, p.Y)); }