Class: Point

Point

Represents an X,Y point.

Constructor

new Point(x, y)

Parameters:
Name Type Description
x Number Horizontal point position.
y Number Vertical point position.
Properties:
Name Type Description
x Number The horizontal coordinate.
y Number The vertical coordinate.
Source: