Creates a translation matrix.
シンタックス
'宣言
Public Overloads Shared Function CreateTranslation( _
ByVal As System.Single, _
ByVal As System.Single _
) As SvgMatrix
public static SvgMatrix CreateTranslation(
System.float ,
System.float
)
パラメータ
- xPosition
- The X position.
- yPosition
- The Y position.
戻り値の型
The translation matrix.
参照