예제 #1
0
 public static AppRect ScreenBounds(this IApp app)
 {
     return(app.Query(Queries.Root()).First().Rect);
 }