M_Rhino_Geometry_Matrix__ctor_1 - mcneel/rhinocommon-api-docs GitHub Wiki
Initializes a new instance of the matrix.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public Matrix(
int rowCount,
int columnCount
)
VB
Public Sub New (
rowCount As Integer,
columnCount As Integer
)
- rowCount
- Type: System.Int32
A positive integer, or 0, for the number of rows. - columnCount
- Type: System.Int32
A positive integer, or 0, for the number of columns.
Exception | Condition |
---|---|
ArgumentOutOfRangeException | If either rowCount, or columnCount or both are negative. |
Supported in: 6.0.16224.21491, 5D58w