[]
Initializes a new instance of the MatrixRow class.
public MatrixRow()
Initializes a new instance of the MatrixRow class using a specified height and collection of cells.
public MatrixRow(Length height, IEnumerable<MatrixCell> cells)
Type | Name | Description |
---|---|---|
Length | height | A Length value indicating the height of the matrix row. |
IEnumerable<MatrixCell> | cells | A collection of the MatrixCell objects in the row. |