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