Camera
SetCameraRotation Method
|
A rotation is defined .
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public void SetCameraRotation(
float latitude,
float longitude,
float revolution
)
Public Sub SetCameraRotation (
latitude As Single,
longitude As Single,
revolution As Single
)
public:
void SetCameraRotation(
float latitude,
float longitude,
float revolution
)
member SetCameraRotation :
latitude : float32 *
longitude : float32 *
revolution : float32 -> unit
Parameters
-
latitude
-
Type:
System
Single
-
longitude
-
Type:
System
Single
-
revolution
-
Type:
System
Single
See Also