次の方法で共有


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)

プロパティ値

写真が撮影された緯度座標。

システムは、次のファイル プロパティを使用してこの座標を計算します。

注釈

写真の緯度または経度を設定するには、緯度座標の計算に使用される 4 つのファイル プロパティをすべて設定する必要があります。

緯度、 経度 、およびその基になるファイル プロパティの操作を示すコード例については、「 Simple imaging sample」を参照してください。

適用対象