Table of Contents

Class ExcelDrawingScene3DCamera

Namespace
OfficeOpenXml.Drawing.Style.ThreeD
Assembly
EPPlus.dll

Settings for the camera in the 3D scene

public class ExcelDrawingScene3DCamera : XmlHelper
Inheritance
ExcelDrawingScene3DCamera
Inherited Members

Fields

_path

The XPath

protected string _path

Field Value

string

Properties

CameraType

The preset camera type that is being used.

public ePresetCameraType CameraType { get; set; }

Property Value

ePresetCameraType

FieldOfViewAngle

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

public double FieldOfViewAngle { get; set; }

Property Value

double

Rotation

Defines a rotation in 3D space

public ExcelDrawingSphereCoordinate Rotation { get; }

Property Value

ExcelDrawingSphereCoordinate

Zoom

The zoom factor of a given camera

public double Zoom { get; set; }

Property Value

double