Applies the specified translation vector (offsetX and offsetY) to this Matrix object by prepending the translation vector.
シンタックス
'宣言
Public Overloads Sub Translate( _
ByVal As System.Single, _
ByVal As System.Single, _
ByVal As TransformOrder _
)
public void Translate(
System.float ,
System.float ,
TransformOrder
)
パラメータ
- offsetX
- The x value by which to translate this Matrix.
- offsetY
- The y value by which to translate this Matrix.
- order
- A TransformOrder enumeration that specifies the order (append or prepend) in which the translation is applied to this Matrix object.
参照