Creates a scaling matrix from the specified X and Y components.
シンタックス
'宣言
Public Overloads Shared Function CreateScale( _
ByVal As System.Single, _
ByVal As System.Single _
) As SvgMatrix
public static SvgMatrix CreateScale(
System.float ,
System.float
)
パラメータ
- xScale
- The value to scale by on the X axis.
- yScale
- The value to scale by on the Y axis.
戻り値の型
The scaling matrix.
参照