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