Aspose::Pdf::Rectangle::Rotate method

Rectangle::Rotate(int32_t) method

Rotate rectangle by the specified angle.

void Aspose::Pdf::Rectangle::Rotate(int32_t angle)
ParameterTypeDescription
angleint32_tAngle of rotation in degrees between 0 and 360.

See Also

Rectangle::Rotate(Rotation) method

Rotate rectangle by the specified angle.

void Aspose::Pdf::Rectangle::Rotate(Rotation angle)
ParameterTypeDescription
angleRotationAngle of rotation. Member of Rotation enumeration.

See Also