Click or drag to resize
GridT Constructor (Int32, Int32)

Namespace: Slash.Collections.Grid
Assembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntax
public Grid(
	int width,
	int height
)

Parameters

width
Type: SystemInt32

[Missing <param name="width"/> documentation for "M:Slash.Collections.Grid.Grid`1.#ctor(System.Int32,System.Int32)"]

height
Type: SystemInt32

[Missing <param name="height"/> documentation for "M:Slash.Collections.Grid.Grid`1.#ctor(System.Int32,System.Int32)"]

See Also