Camera
Overview
Camera is a class in Aspose.Slides FOSS for .NET.
Inherits from: PVIObject, ICamera.
Represents 3D camera properties for a shape.
This class provides 2 methods for working with Camera 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: AsIPresentationComponent, CameraType, FieldOfViewAngle, Presentation, Slide, Zoom.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
CameraType | CameraPresetType | Read/Write | Gets or sets the camera type. |
FieldOfViewAngle | float | Read/Write | Gets or sets the field of view angle. |
Zoom | float | Read/Write | Gets or sets the zoom. |
AsIPresentationComponent | IPresentationComponent | Read | Gets the as i presentation component. |
Slide | IBaseSlide? | Read | Gets the slide. |
Presentation | IPresentation? | Read | Gets the presentation. |
Methods
| Signature | Description |
|---|---|
SetRotation(latitude: float, longitude: float, revolution: float) | Sets the rotation value. |
GetRotation() | Returns the current latitude, longitude, and revolution angles of the camera |