Ejemplo n.º 1
0
 public static int VW(this double ofScreen) => UI.OfScreenWidth(Convert.ToSingle(ofScreen));
Ejemplo n.º 2
0
 public static int VW(this float ofScreen) => UI.OfScreenWidth(ofScreen);