point()

Description

Draws a point, a coordinate in space at the dimension of one pixel. The first parameter is the horizontal value for the point, the second value is the vertical value for the point.

Syntax


point(x, y)


Parameters
x – x-coordinate of the point
y – y-coordinate of the point

Returns
none

Related
none




Edit History