Applies the translation transformation.
シンタックス
'宣言
Public Function Translate( _
ByVal As System.Single, _
ByVal As System.Single _
) As SvgMatrix
public SvgMatrix Translate(
System.float ,
System.float
)
パラメータ
- tx
- The X position.
- ty
- The Y position.
戻り値の型
The translated matrix.
参照