Point

To define a Point, pass either a Position2D struct or two integers.

var point = new Point(1, 2);