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.
If any of coordinate value is Float.NaN, all rotation is undefined.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic void SetRotation(
float latitude,
float longitude,
float revolution
)
Public Sub SetRotation (
latitude As Single,
longitude As Single,
revolution As Single
)
public:
virtual void SetRotation(
float latitude,
float longitude,
float revolution
) sealed
abstract SetRotation :
latitude : float32 *
longitude : float32 *
revolution : float32 -> unit
override SetRotation :
latitude : float32 *
longitude : float32 *
revolution : float32 -> unit
Parameters
- latitude
- Type: SystemSingle
- longitude
- Type: SystemSingle
- revolution
- Type: SystemSingle
Implements
ICameraSetRotation(Single, Single, Single)
See Also