 | GridT Constructor (Int32, Int32) |
Initializes a new instance of the
GridT class
Namespace: Slash.Collections.GridAssembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntaxpublic Grid(
int width,
int height
)
Public Sub New (
width As Integer,
height As Integer
)
public:
Grid(
int width,
int height
)
new :
width : int *
height : int -> Grid
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