Camera
Overview
Camera is a class in Aspose.Slides FOSS for .NET.
Inherits from: PVIObject, ICamera.
Represents 3D camera properties for a shape.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
CameraType | CameraPresetType | Read/Write | Gets or sets the preset type of the camera (CameraPresetType) |
FieldOfViewAngle | float | Read/Write | Gets or sets the camera’s field‑of‑view angle in degrees |
Zoom | float | Read/Write | Gets or sets the camera’s zoom factor |
Methods
| Signature | Description |
|---|---|
SetRotation(latitude: float, longitude: float, revolution: float) | Sets the camera orientation using latitude, longitude, and revolution angles |
GetRotation() | Returns the current latitude, longitude, and revolution angles of the camera |