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

NameTypeAccessDescription
CameraTypeCameraPresetTypeRead/WriteGets or sets the camera type.
FieldOfViewAnglefloatRead/WriteGets or sets the field of view angle.
ZoomfloatRead/WriteGets or sets the zoom.
AsIPresentationComponentIPresentationComponentReadGets the as i presentation component.
SlideIBaseSlide?ReadGets the slide.
PresentationIPresentation?ReadGets the presentation.

Methods

SignatureDescription
SetRotation(latitude: float, longitude: float, revolution: float)Sets the rotation value.
GetRotation()Returns the current latitude, longitude, and revolution angles of the camera

See Also