Save
Tech
3. Graphics
Save
Share
Learn
Content
Leaderboard
Learn
Created by
raquelle <33
Visit profile
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
);