Matrix Constructor(Int32,Int32)
In This Topic
Initializes a new instance of Matrix class.
Syntax
'Declaration
Public Function New( _
ByVal As Integer, _
ByVal As Integer _
)
public Matrix(
int ,
int
)
Parameters
- width
- A int indicates the number of row.
- height
- A int indicates the number of column.
See Also