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