Point Structure — 2D point
{ Int32 x, Int32 y }
The Point type is used for 2D integer points.
Int32 x
x
The X coordinate
Int32 y
y
The Y coordinate