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