ICamera
Overview
ICamera is a interface in Aspose.Slides FOSS for .NET.
Represents the 3-D camera properties for a shape.
This interface provides 2 methods for working with ICamera objects in .NET programs.
Available methods include: GetRotation, SetRotation.
All public members are accessible to any .NET application after installing the Aspose.Slides FOSS for .NET package.
Properties: CameraType, FieldOfViewAngle, Zoom.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
CameraType | CameraPresetType | Read/Write | Gets or sets the camera preset type. |
FieldOfViewAngle | float | Read/Write | Gets or sets the field of view angle in degrees. |
Zoom | float | Read/Write | Gets or sets the zoom percentage. |
Methods
| Signature | Description |
|---|---|
SetRotation(latitude: float, longitude: float, revolution: float) | Sets the camera rotation angles. |
GetRotation() | Gets the camera rotation as [latitude, longitude, revolution] in degrees. |