PowerTools PlusPak for Windows Forms 8.0J
Matrix コンストラクタ(Single,Single,Single,Single,Single,Single)

新しい Matrix の 1 行 1 列目の値。
新しい Matrix の 1 行 2 列目の値。
新しい Matrix の 2 行 1 列目の値。
新しい Matrix の 2 行 2 列目の値。
新しい Matrix の 3 行 1 列目の値。
新しい Matrix の 3 行 2 列目の値。
Matrix クラスの新しいインスタンスを初期化します。
構文
Public Function New( _
   ByVal m11 As Single, _
   ByVal m12 As Single, _
   ByVal m21 As Single, _
   ByVal m22 As Single, _
   ByVal dx As Single, _
   ByVal dy As Single _
)
public Matrix( 
   float m11,
   float m12,
   float m21,
   float m22,
   float dx,
   float dy
)

パラメータ

m11
新しい Matrix の 1 行 1 列目の値。
m12
新しい Matrix の 1 行 2 列目の値。
m21
新しい Matrix の 2 行 1 列目の値。
m22
新しい Matrix の 2 行 2 列目の値。
dx
新しい Matrix の 3 行 1 列目の値。
dy
新しい Matrix の 3 行 2 列目の値。
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

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

Send Feedback