Developer Resources
Point
Overview
The Point class represents a location as an (x,y) pair.
Constructor
- Point(x : Integer, y : Integer)
Arguments
- x
- The x position of the point.
- y
- The y position of the point.
Properties
- x
- An Integer representing the x portion of the coordinate.
- y
- An Integer representing the y portion of the coordinate.