3. Graphics

Cards (3)

  • What measurement is used for the screen?
    Pixels
  • What is the usual size we use in tech class?
    800 x 500
  • Some examples of graphics commands are:
    rect(x,y,w,h);
    triangle(x1,y1,x2,y2,x3,y3);
    line(x1,y1,x2,y2);