Point Structure

Point Structure — 2D point

The Point Structure

{
  Int32 x,
  Int32 y
}
          

The Point type is used for 2D integer points.

Int32 x

The X coordinate

Int32 y

The Y coordinate