Class ExcelDrawingSphereCoordinate
A coordinate in 3D space.
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 ExcelDrawingSphereCoordinate : XmlHelper
Fields
_path
XPath
Declaration
protected string _path
Field Value
Type | Description |
---|---|
System.String |
Properties
Latitude
The latitude value of the rotation
Declaration
public double Latitude { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Longitude
The longitude value of the rotation
Declaration
public double Longitude { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Revolution
The revolution around the central axis in the rotation
Declaration
public double Revolution { get; set; }
Property Value
Type | Description |
---|---|
System.Double |