M_Rhino_Geometry_Matrix__ctor_1 - mcneel/rhinocommon-api-docs GitHub Wiki

Matrix Constructor (Int32, Int32)

Initializes a new instance of the matrix.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public Matrix(
	int rowCount,
	int columnCount
)

VB

Public Sub New ( 
	rowCount As Integer,
	columnCount As Integer
)

Parameters

 

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.

Exceptions

 

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

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Matrix Class
Matrix Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️