RhinoCommon API
Matrix Constructor (Int32, Int32) |
Initializes a new instance of the matrix.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)

public Matrix( int rowCount, int columnCount )
Public Sub New ( rowCount As Integer, columnCount As Integer )
Parameters
- rowCount
- Type: SystemInt32
A positive integer, or 0, for the number of rows. - columnCount
- Type: SystemInt32
A positive integer, or 0, for the number of columns.

Exception | Condition |
---|---|
ArgumentOutOfRangeException | If either rowCount, or columnCount or both are negative. |

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.14