ImageGear .NET v24.12 - Updated
ImGearXMPGPSCoordinate Constructor(Int32,Int32,Int32,ImGearXMPGPSDirection)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.EXIF Namespace > ImGearXMPGPSCoordinate Class > ImGearXMPGPSCoordinate Constructor : ImGearXMPGPSCoordinate Constructor(Int32,Int32,Int32,ImGearXMPGPSDirection)
Degree value.
Minute value.
Second value.
Direction value.
Initializes a new instance of the ImGearXMPGPSCoordinate class.
Syntax
'Declaration
 
Public Function New( _
   ByVal degree As Integer, _
   ByVal minute As Integer, _
   ByVal second As Integer, _
   ByVal direction As ImGearXMPGPSDirection _
)
'Usage
 
Dim degree As Integer
Dim minute As Integer
Dim second As Integer
Dim direction As ImGearXMPGPSDirection
 
Dim instance As New ImGearXMPGPSCoordinate(degree, minute, second, direction)
public ImGearXMPGPSCoordinate( 
   int degree,
   int minute,
   int second,
   ImGearXMPGPSDirection direction
)
public: ImGearXMPGPSCoordinate( 
   int degree,
   int minute,
   int second,
   ImGearXMPGPSDirection direction
)
public:
ImGearXMPGPSCoordinate( 
   int degree,
   int minute,
   int second,
   ImGearXMPGPSDirection direction
)

Parameters

degree
Degree value.
minute
Minute value.
second
Second value.
direction
Direction value.

Return Value

New instance of ImGearXMPGPSCoordinate class object.
Remarks
This constructor creates and initializes an instance of ImGearXMPGPSCoordinate class, using Degree, Minute, Second and Direction.
See Also

Reference

ImGearXMPGPSCoordinate Class
ImGearXMPGPSCoordinate Members
Overload List