ImageProperties.Longitude Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the longitude coordinate where the photo was taken.
public:
property IReference<double> ^ Longitude { IReference<double> ^ get(); };
IReference<double> Longitude();
public System.Nullable<double> Longitude { get; }
var iReference = imageProperties.longitude;
Public ReadOnly Property Longitude As Nullable(Of Double)
Property Value
The longitude coordinate where the photo was taken.
The system computes this coordinate using the following file properties:
- System.GPS.Longitude
- System.GPS.LongitudeDenominator
- System.GPS.LongitudeNumerator
- System.GPS.LongitudeRef