point()
Point - Draws a point with the given inputs
Example
point(200,200)
Syntax
point(x, y)
Input
Description
x
x co-ordinate of the point
y
y co-ordinate of the point

Description
point() draws a point on the canvas, using the inputs to determine the x and y coordinates of its position.
Last updated