Aspose::Cells::Drawing::Shape::GetRotationAngle method
Shape::GetRotationAngle method
Gets and sets the rotation of the shape.
double Aspose::Cells::Drawing::Shape::GetRotationAngle()
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++