RhinoCommon API
Matrix Constructor (Int32, Int32) |
Initializes a new instance of the matrix.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0
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. |