This property refers to longitude in minutes where the image was taken. This is the denominator.

[Visual Basic] Public ReadOnly Property LongitudeM1 As String
[C#] public string LongitudeM1 {get;}

Property Value

LongitudeM0 is the longitude in minutes where the image was taken. This is the numerator.

LongitudeM1 is the latitude in minutes where the image was taken. This is the denominator.

The longitude in minutes = LongitudeM0 / LongitudeM1

Explanation

The LongitudeM1 property refers to longitude in minutes where the image was taken. This is the denominator.

The property value can be retrieved by executing the File.GetImageFileType or the File.GetImageFileTypeFromRawData method.

The property value is derived from the image tags related to the Exif GPS tag.

See Also

ImageKit.File.Exif Members | Newtone.ImageKit.Wpf.ImageKit

The ImageKit WPF is created by Newtone Corporation