Gets or sets the longitude of the image. The longitude is expressed as three rational
values giving the degrees, minutes, and seconds, respectively. Constant length of 3.
Namespace:
FreeImageAPI.MetadataAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public FIURational[] Longitude { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Longitude As FIURational() |
Visual C++ |
---|
public: property array<FIURational>^ Longitude { array<FIURational>^ get (); void set (array<FIURational>^ value); } |
Remarks
Handling of null values
A null value indicates, that the corresponding metadata tag is not
present in the metadata model.
Setting this property's value to a non-null reference creates the
metadata tag if necessary.
Setting this property's value to a null reference deletes the
metadata tag from the metadata model.