Initializes a new instance of the
RabbitGrid class
Namespace: GameOfDeathAssembly: GameOfDeath (in GameOfDeath.exe) Version: 1.1.1.0 (1.1.1)
public RabbitGrid(
int matrixWidth,
int matrixHeight,
Rectangle areaInViewport
)
public RabbitGrid(
int matrixWidth,
int matrixHeight,
Rectangle areaInViewport
)
Public Sub New (
matrixWidth As Integer,
matrixHeight As Integer,
areaInViewport As Rectangle
)
Public Sub New (
matrixWidth As Integer,
matrixHeight As Integer,
areaInViewport As Rectangle
)
public:
RabbitGrid(
int matrixWidth,
int matrixHeight,
Rectangle areaInViewport
)
public:
RabbitGrid(
int matrixWidth,
int matrixHeight,
Rectangle areaInViewport
)
new :
matrixWidth : int *
matrixHeight : int *
areaInViewport : Rectangle -> RabbitGrid
new :
matrixWidth : int *
matrixHeight : int *
areaInViewport : Rectangle -> RabbitGrid