Aspose::Cells::Drawing::Shape::GetRotationAngle method

Shape::GetRotationAngle method

Gets and sets the rotation of the shape.

double Aspose::Cells::Drawing::Shape::GetRotationAngle()

Examples

if (shape.GetRotationAngle() == 45)
    shape.SetRotationAngle(60);

See Also