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

NameTypeAccessDescription
CameraTypeCameraPresetTypeRead/WriteGets or sets the camera preset type.
FieldOfViewAnglefloatRead/WriteGets or sets the field of view angle in degrees.
ZoomfloatRead/WriteGets or sets the zoom percentage.

Methods

SignatureDescription
SetRotation(latitude: float, longitude: float, revolution: float)Sets the camera rotation angles.
GetRotation()Gets the camera rotation as [latitude, longitude, revolution] in degrees.

See Also