Aspose::Page::EPS::PsDocument::Rotate method

PsDocument::Rotate(float) method

原点を中心に反時計回りの回転を現在のグラフィックス状態に追加します(現在の行列を回転)。

void Aspose::Page::EPS::PsDocument::Rotate(float angleRadians)
パラメーター説明
angleRadians単精度浮動小数点数回転角度(ラジアン)。

参照

PsDocument::Rotate(int32_t) method

原点を中心に反時計回りの回転を現在のグラフィックス状態に追加します(現在の行列を回転)。

void Aspose::Page::EPS::PsDocument::Rotate(int32_t angleDegrees)
パラメーター説明
angleDegreesint32_t回転角度(度)です。

参照