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

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

パラメータ

offsetX
このMatrixを変換するx値。
offsetY
このMatrixを変換するy値。
プラットフォーム

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