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ámetroTipoDescripción
ánguloint32_tÁngulo de rotación en grados entre 0 y 360.

Ver también

Rectangle::Rotate(Rotation) method

Rota el rectángulo por el ángulo especificado.

void Aspose::Pdf::Rectangle::Rotate(Rotation angle)
ParámetroTipoDescripción
angleRotationÁngulo de rotación. Miembro de la enumeración Rotation.

Ver también