APISizeOn this pageSize A simple 2D size object. Interface struct Size property double width property double heightend Example // Read size propertiesconst size = Window.focused().size();Phoenix.log(size.width, size.height); // -> 1024 512