Show / Hide Table of Contents

Class ExcelDrawingSphereCoordinate

A coordinate in 3D space.

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

Fields

_path

XPath

Declaration
protected string _path
Field Value
Type Description
String

Properties

Latitude

The latitude value of the rotation

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

Longitude

The longitude value of the rotation

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

Revolution

The revolution around the central axis in the rotation

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