Bitmap for UWP
Translation(Single,Single) メソッド

C1.UWP.DX アセンブリ > C1.Util.DX 名前空間 > Matrix3x2 構造体 > Translation メソッド : Translation(Single,Single) メソッド
X-coordinate offset.
Y-coordinate offset.
Creates a translation matrix using the specified offsets.
シンタックス
'宣言
 
Public Overloads Shared Function Translation( _
   ByVal x As System.Single, _
   ByVal y As System.Single _
) As Matrix3x2
public static Matrix3x2 Translation( 
   System.float x,
   System.float y
)

パラメータ

x
X-coordinate offset.
y
Y-coordinate offset.

戻り値の型

The created translation matrix.
参照

Matrix3x2 構造体
Matrix3x2 メンバ
オーバーロード一覧