Table of Contents

Constructor GridPoint2

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

GridPoint2(int, int)

Creates a new instance of the GridPoint2 struct.

public GridPoint2(int x, int y)

Parameters

x int

The x-coordinate.

y int

The y-coordinate.