Applies the skew transformation that is offset by a given center point.
シンタックス
'宣言
Public Overloads Function Skew( _
ByVal As System.Single, _
ByVal As System.Single, _
ByVal As System.Single, _
ByVal As System.Single _
) As SvgMatrix
public SvgMatrix Skew(
System.float ,
System.float ,
System.float ,
System.float
)
パラメータ
- radiansX
- The X angle, in radians.
- radiansY
- The Y angle, in radians.
- cx
- X-coordinate of the center offset.
- cy
- Y-coordinate of the center offset.
戻り値の型
The skew matrix.
参照