Initializes a new instance of Matrix class.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Function New( _
   ByVal  As System.Integer, _
   ByVal  As System.Integer _
)
             
        
            
            public Matrix( 
   System.int ,
   System.int 
)
             
        
             
        
            パラメータ
- width
 
- A int indicates the number of row.
 - height
 
- A int indicates the number of column.
 
             
            
            
            
            
            
            
            
            
            
            
            
            参照