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
//Gets rotation angle of the shape.
double angle = shape.GetRotationAngle();
//Sets rotation angle of the shape.
shape.SetRotationAngle(60);
See Also
- Class Vector
- Class Shape
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++