Creates a skew matrix from the specified angles in radians.
シンタックス
'宣言
Public Overloads Shared Function CreateSkew( _
ByVal As System.Single, _
ByVal As System.Single _
) As SvgMatrix
public static SvgMatrix CreateSkew(
System.float ,
System.float
)
パラメータ
- radiansX
- The X angle, in radians.
- radiansY
- The Y angle, in radians.
戻り値の型
The skew matrix.
参照