Aspose::Pdf::Matrix::Rotation metod
Matrix::Rotation(Aspose::Pdf::Rotation) method
Skapar matris för given rotation.
static System::SharedPtr<Matrix> Aspose::Pdf::Matrix::Rotation(Aspose::Pdf::Rotation rotation)
| Parameter | Typ | Beskrivning |
|---|---|---|
| rotation | Aspose::Pdf::Rotation | Rotation. Giltiga värden är: None, on90, on180, on270 |
ReturnValue
Matrix with rotation.
Se även
- Typedef SharedPtr
- Class Matrix
- Enum Rotation
- Class Matrix
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
Matrix::Rotation(double) method
Skapar matris för given rotationsvinkel.
static System::SharedPtr<Matrix> Aspose::Pdf::Matrix::Rotation(double alpha)
| Parameter | Typ | Beskrivning |
|---|---|---|
| alpha | double | Rotationsvinkel i radianer. |
ReturnValue
Transformationsmatris.
Se även
- Typedef SharedPtr
- Class Matrix
- Class Matrix
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++