Constructor PointCellPair
PointCellPair(TPoint, TCell)
Initializes a new instance of the PointCellPair<TPoint, TCell> struct.
public PointCellPair(TPoint point, TCell cell)
Parameters
point
TPointThe point of this point cell pair.
cell
TCellThe cell of this point cell pair.