get_Rotation()

Shape::get_Rotation() method

Returns the number of degrees the specified shape is rotated around the z-axis. A positive value indicates clockwise rotation; a negative value indicates counterclockwise rotation. Read float.

float Aspose::Slides::Shape::get_Rotation() override

Remarks

Returned value is always defined (is not std::numeric_limits::quiet_NaN()). Assigned value must be defined (not std::numeric_limits::quiet_NaN()). You can set undefined values for RawFrame instance properties.

See Also