Table of Contents

Class ExcelDrawingScene3DBackDrop

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

The points and vectors contained within the backdrop define a plane in 3D space

public class ExcelDrawingScene3DBackDrop : XmlHelper
Inheritance
ExcelDrawingScene3DBackDrop
Inherited Members

Properties

AnchorPoint

The anchor point

public ExcelDrawingPoint3D AnchorPoint { get; }

Property Value

ExcelDrawingPoint3D

NormalVector

The normal vector

public ExcelDrawingPoint3D NormalVector { get; }

Property Value

ExcelDrawingPoint3D

UpVector

The up vector

public ExcelDrawingPoint3D UpVector { get; }

Property Value

ExcelDrawingPoint3D