1. Each pixel on the sketch is a point represented by X and Y depending on where it is situated
  2. Point (0,0) is at top left of the screen and Point(WidthX, HeightY) is at bottom right
  3. For example: size(500, 375); opens a window with height 375px and height 500px. click on the sketch know the co-ordinates