Initializes a new instance of the
Board Data class
Namespace: DrenchAssembly: Drench (in Drench.exe) Version: 1.1.1.0 (1.1.1)
public Data(
int width,
int height,
Color[,] colors
)
public Data(
int width,
int height,
Color[,] colors
)
Public Sub New (
width As Integer,
height As Integer,
colors As Color(,)
)
Public Sub New (
width As Integer,
height As Integer,
colors As Color(,)
)
public:
Data(
int width,
int height,
array<Color,2>^ colors
)
public:
Data(
int width,
int height,
array<Color,2>^ colors
)
new :
width : int *
height : int *
colors : Color[,] -> Data
new :
width : int *
height : int *
colors : Color[,] -> Data