Class ExcelDrawingSphereCoordinate
- Namespace
- OfficeOpenXml.Drawing
- Assembly
- EPPlus.dll
A coordinate in 3D space.
public class ExcelDrawingSphereCoordinate : XmlHelper
- Inheritance
-
ExcelDrawingSphereCoordinate
- Inherited Members
Fields
_path
XPath
protected string _path
Field Value
Properties
Latitude
The latitude value of the rotation
public double Latitude { get; set; }
Property Value
Longitude
The longitude value of the rotation
public double Longitude { get; set; }
Property Value
Revolution
The revolution around the central axis in the rotation
public double Revolution { get; set; }