Show / Hide Table of Contents

Class ExcelDrawingPoint3D

A point in a 3D space

Inheritance
System.Object
XmlHelper
ExcelDrawingPoint3D
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OfficeOpenXml.Drawing
Assembly: EPPlus.dll
Syntax
public class ExcelDrawingPoint3D : XmlHelper

Properties

X

The X coordinate in point

Declaration
public double X { get; set; }
Property Value
Type Description
System.Double

Y

The Y coordinate

Declaration
public double Y { get; set; }
Property Value
Type Description
System.Double

Z

The Z coordinate

Declaration
public double Z { get; set; }
Property Value
Type Description
System.Double
Back to top Generated by DocFX