Table of Contents

Constructor PointCellPair

Namespace
Gamelogic.Grids2
Assembly
Gamelogic.Grids2.dll

PointCellPair(TPoint, TCell)

Initializes a new instance of the PointCellPair<TPoint, TCell> struct.

public PointCellPair(TPoint point, TCell cell)

Parameters

point TPoint

The point of this point cell pair.

cell TCell

The cell of this point cell pair.