Board Data Constructor (Int32, Int32,  Color )Delta Engine Documentation

Namespace: Drench
Assembly: Drench (in Drench.exe) Version: 1.1.1.0 (1.1.1)
Syntax

public Data(
	int width,
	int height,
	Color[,] colors
)

Parameters

width
Type: System Int32
height
Type: System Int32
colors
Type:  DeltaEngine.Datatypes Color 
See Also