APIPointOn this pagePoint A simple point object for 2D coordinates. Interface struct Point property double x property double yend Example // Read point propertiesconst location = Window.focused().topLeft();Phoenix.log(location.x, location.y); // -> 100 0