Matrix.Translate
Translate(float, float, MatrixOrder)
指定された平行移動ベクトルを指定された順序でこの Matrix に適用します。
public void Translate(float offsetX, float offsetY, MatrixOrder order)
パラメータ | タイプ | 説明 |
---|---|---|
offsetX | Single | オフセット X。 |
offsetY | Single | オフセット Y。 |
order | MatrixOrder | オーダー。 |
関連項目
- enum MatrixOrder
- class Matrix
- 名前空間 Aspose.PSD
- 組み立て Aspose.PSD
Translate(float, float)
指定された平行移動ベクトルをこれに適用しますMatrix
(デフォルト) Prepend order. を使用
public void Translate(float tx, float ty)
パラメータ | タイプ | 説明 |
---|---|---|
tx | Single | tx. tx. tx. |
ty | Single | タイ。タイ。タイ。 |
関連項目
- class Matrix
- 名前空間 Aspose.PSD
- 組み立て Aspose.PSD