ImageDevice.Rotate

ImageDevice.Rotate method

現在の変換行列を Z 軸上で回転させます。 writeTransform(Transform). を呼び出します。正の角度 theta で回転すると、正の x 軸 上の点が正の y 軸に向かって回転します。

public override void Rotate(double theta)
パラメータタイプ説明
thetaDouble回転するラジアンの角度。

関連項目