Applies the rotation transformation.
シンタックス
'宣言
Public Overloads Function Rotate( _
ByVal As System.Single _
) As SvgMatrix
public SvgMatrix Rotate(
System.float
)
パラメータ
- radians
- Angle of rotation, in radians. Angles are measured clockwise when looking along the rotation axis.
戻り値の型
The rotated matrix.
参照