共用方式為


ImageProperties.Latitude 屬性

定義

取得拍攝相片的緯度座標。

public:
 property IReference<double> ^ Latitude { IReference<double> ^ get(); };
IReference<double> Latitude();
public System.Nullable<double> Latitude { get; }
var iReference = imageProperties.latitude;
Public ReadOnly Property Latitude As Nullable(Of Double)

屬性值

拍攝相片的緯度座標。

系統會使用下列檔案屬性來計算此座標:

備註

若要設定相片的緯度或經度,您必須設定用來計算緯度座標的所有四個檔案屬性。

如需示範使用緯度、 經度 及其基礎檔案屬性的程式碼範例,請參閱 簡單映射範例

適用於