ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.EXIF Namespace / ImGearXMPGPSCoordinate Class / Degree Property




In This Topic
Degree Property
In This Topic
Gets or sets the Degree of GPS Coordinate.
Syntax
'Declaration
 
Public Property Degree As ImGearXMPInteger
 
'Usage
 
Dim instance As ImGearXMPGPSCoordinate
Dim value As ImGearXMPInteger
 
instance.Degree = value
 
value = instance.Degree

Property Value

ImageGear.Formats.XMP.ImGearXMPInteger class value.
See Also