Applies the scaling transformation.
シンタックス
'宣言
Public Overloads Function Scale( _
ByVal As System.Single, _
ByVal As System.Single _
) As SvgMatrix
public SvgMatrix Scale(
System.float ,
System.float
)
パラメータ
- sx
- The value to scale by on the X axis.
- sy
- The value to scale by on the Y axis.
戻り値の型
The scaled matrix.
参照