Camera Class

Represents Camera.
Inheritance Hierarchy

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public class Camera : PVIObject, ICamera

The Camera type exposes the following members.

Properties
  NameDescription
Public propertyCameraType
Camera type. Read/write CameraPresetType.
Public propertyFieldOfViewAngle
Camera FOV (0-180 deg, field of View). Read/write Single.
Public propertyZoom
Camera zoom (positive value in percentage). Read/write Single.
Methods
  NameDescription
Public methodEquals
Compares with specified object.
(Inherited from PVIObject.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode
Returns hash code.
(Inherited from PVIObject.)
Public methodGetRotation
A rotation is defined through the use of a latitude coordinate, a longitude coordinate, and a revolution about the axis as the latitude and longitude coordinates. first element in return array - latitude, second - longitude, third - revolution. Returns null if no rotation defined.
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSetRotation
A rotation is defined through the use of a latitude coordinate, a longitude coordinate, and a revolution about the axis as the latitude and longitude coordinates. If any of coordinate value is Float.NaN, all rotation is undefined.
Public methodToString (Inherited from Object.)
See Also