SVGMatrix.Rotate

SVGMatrix.Rotate method

現在の行列に回転変換を後置乗算し、結果の行列を返します。

public SVGMatrix Rotate(float angle)
パラメータタイプ説明
angleSingle回転角度。

戻り値

結果のマトリックス。

関連項目