Aspose::Pdf::Rectangle::Rotate method
Rectangle::Rotate(int32_t) method
Rota el rectángulo por el ángulo especificado.
void Aspose::Pdf::Rectangle::Rotate(int32_t angle)
| Parámetro | Tipo | Descripción |
|---|---|---|
| ángulo | int32_t | Ángulo de rotación en grados entre 0 y 360. |
Ver también
- Class Rectangle
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
Rectangle::Rotate(Rotation) method
Rota el rectángulo por el ángulo especificado.
void Aspose::Pdf::Rectangle::Rotate(Rotation angle)
| Parámetro | Tipo | Descripción |
|---|---|---|
| angle | Rotation | Ángulo de rotación. Miembro de la enumeración Rotation. |
Ver también
- Enum Rotation
- Class Rectangle
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++