PowerTools PlusPak for Windows Forms 8.0J
Translate(Single,Single,MatrixOrder) メソッド

このMatrixを変換するx値。
このMatrixを変換するy値。
このMatrixに変換を適用する順序(前または後に付加)を指定するMatrixOrder。
指定した順序で、指定した変換ベクタをこのMatrixに適用します。
構文
Public Overloads Sub Translate( _
   ByVal offsetX As Single, _
   ByVal offsetY As Single, _
   ByVal order As MatrixOrder _
) 
public void Translate( 
   float offsetX,
   float offsetY,
   MatrixOrder order
)

パラメータ

offsetX
このMatrixを変換するx値。
offsetY
このMatrixを変換するy値。
order
このMatrixに変換を適用する順序(前または後に付加)を指定するMatrixOrder。
プラットフォーム

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