A Sandcastle Documented Class Library
Grid Constructor |
Initializes a new instance of the Grid class
Namespace: Grid
Assembly: ProstyAlgorytm (in ProstyAlgorytm.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Grid( int rows, int kolumns )
Public Sub New ( rows As Integer, kolumns As Integer )
public: Grid( int rows, int kolumns )
new : rows : int * kolumns : int -> Grid
Parameters
- rows
- Type: SystemInt32
[Missing <param name="rows"/> documentation for "M:Grid.Grid.#ctor(System.Int32,System.Int32)"]
- kolumns
- Type: SystemInt32
[Missing <param name="kolumns"/> documentation for "M:Grid.Grid.#ctor(System.Int32,System.Int32)"]
See Also