A rotation is defined through the use of a latitude
coordinate, a longitude coordinate, and a revolution about the axis
as the latitude and longitude coordinates.
first element in return array - latitude, second - longitude, third - revolution.
Returns null if no rotation defined.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic float[] GetRotation()
Public Function GetRotation As Single()
public:
virtual array<float>^ GetRotation() sealed
abstract GetRotation : unit -> float32[]
override GetRotation : unit -> float32[]
Return Value
Type:
SingleImplements
ICameraGetRotation
See Also