Show / Hide Table of Contents

Class ExcelDrawingScene3DCamera

Settings for the camera in the 3D scene

Inheritance
object
XmlHelper
ExcelDrawingScene3DCamera
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OfficeOpenXml.Drawing.Style.ThreeD
Assembly: EPPlus.dll
Syntax
public class ExcelDrawingScene3DCamera : XmlHelper

Fields

_path

The XPath

Declaration
protected string _path
Field Value
Type Description
string

Properties

CameraType

The preset camera type that is being used.

Declaration
public ePresetCameraType CameraType { get; set; }
Property Value
Type Description
ePresetCameraType

FieldOfViewAngle

An override for the default field of view for the camera.

Declaration
public double FieldOfViewAngle { get; set; }
Property Value
Type Description
double

Rotation

Defines a rotation in 3D space

Declaration
public ExcelDrawingSphereCoordinate Rotation { get; }
Property Value
Type Description
ExcelDrawingSphereCoordinate

Zoom

The zoom factor of a given camera

Declaration
public double Zoom { get; set; }
Property Value
Type Description
double
In this article
Back to top Generated by DocFX