Aspose::Page::EPS::PsDocument::Rotate method
PsDocument::Rotate(float) method
原点を中心に反時計回りの回転を現在のグラフィックス状態に追加します(現在の行列を回転)。
void Aspose::Page::EPS::PsDocument::Rotate(float angleRadians)
| パラメーター | 型 | 説明 |
|---|---|---|
| angleRadians | 単精度浮動小数点数 | 回転角度(ラジアン)。 |
参照
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++
PsDocument::Rotate(int32_t) method
原点を中心に反時計回りの回転を現在のグラフィックス状態に追加します(現在の行列を回転)。
void Aspose::Page::EPS::PsDocument::Rotate(int32_t angleDegrees)
| パラメーター | 型 | 説明 |
|---|---|---|
| angleDegrees | int32_t | 回転角度(度)です。 |
参照
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++