CRaPI - Correct Robust and Perfect API

CellCoordinate Constructor 

Creates the CellCoordinate with the horizontal and the vertical cell number, that together makes up the cellcoordinate.

public CellCoordinate(
   int pHCell,
   int pVCell
);

Parameters

pHCell
The horizontal cell
pVCell
The vertical cell

Exceptions

Exception TypeCondition
ArgumentOutOfRangeExceptionIf either of the parameters are less than zero this exception will be thrown.

See Also

CellCoordinate Class | TeamYaffa.CRaPI.Utility Namespace