CalendarView for WinForms
Matrix コンストラクタ(Int32,Int32)

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Mathematics 名前空間 > Matrix クラス > Matrix コンストラクタ : Matrix コンストラクタ(Int32,Int32)
A int indicates the number of row.
A int indicates the number of column.
Initializes a new instance of Matrix class.
シンタックス
'宣言
 
Public Function New( _
   ByVal width As System.Integer, _
   ByVal height As System.Integer _
)
public Matrix( 
   System.int width,
   System.int height
)

パラメータ

width
A int indicates the number of row.
height
A int indicates the number of column.
参照

Matrix クラス
Matrix メンバ
オーバーロード一覧