ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.EXIF Namespace / ImGearXMPGPSCoordinate Class
Members




In This Topic
    ImGearXMPGPSCoordinate Class
    In This Topic
    Represents an XMP GPSCoordinate structure.
    Object Model
    ImGearXMPGPSCoordinate ClassImGearXMPInteger ClassImGearXMPInteger ClassImGearXMPInteger ClassImGearXMPInteger Class
    Syntax
    'Declaration
     
    Public Class ImGearXMPGPSCoordinate 
       Inherits ImageGear.Formats.XMP.ImGearXMPValue
    'Usage
     
    Dim instance As ImGearXMPGPSCoordinate
    public class ImGearXMPGPSCoordinate : ImageGear.Formats.XMP.ImGearXMPValue 
    public __gc class ImGearXMPGPSCoordinate : public ImageGear.Formats.XMP.ImGearXMPValue 
    public ref class ImGearXMPGPSCoordinate : public ImageGear.Formats.XMP.ImGearXMPValue 
    Remarks
    A GPS coordinate in XMP may use either Second or MinuteFraction field, but not both.
    Inheritance Hierarchy

    System.Object
       ImageGear.Formats.XMP.ImGearXMPValue
          ImageGear.Formats.XMP.EXIF.ImGearXMPGPSCoordinate

    See Also