public static int VW(this double ofScreen) => UI.OfScreenWidth(Convert.ToSingle(ofScreen));
 public static int VW(this float ofScreen) => UI.OfScreenWidth(ofScreen);