ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.EXIF Namespace / ImGearXMPGPSCoordinate Class / ImGearXMPGPSCoordinate Constructor / ImGearXMPGPSCoordinate Constructor()




In This Topic
    ImGearXMPGPSCoordinate Constructor()
    In This Topic
    Initializes a new instance of the ImGearXMPGPSCoordinate class.
    Syntax
    'Declaration
     
    Public Function New()
    'Usage
     
    Dim instance As New ImGearXMPGPSCoordinate()
    public ImGearXMPGPSCoordinate()
    public: ImGearXMPGPSCoordinate();
    public:
    ImGearXMPGPSCoordinate();

    Return Value

    New instance of ImGearXMPGPSCoordinate class object.
    See Also