Class ExcelDrawingSphereCoordinate
A coordinate in 3D space.
Inherited Members
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 |