Aspose::Cells::Drawing::Shape::SetRotationAngle method

Shape::SetRotationAngle method

Gets and sets the rotation of the shape.

void Aspose::Cells::Drawing::Shape::SetRotationAngle(double value)

Examples

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

See Also