Ejemplo n.º 1
0
 public static Rect GetRect(string key)
 {
     return(ObscuredPrefs.GetRect(key, new Rect(0f, 0f, 0f, 0f)));
 }