※MaxApertureValue0にて説明(MaxApertureValue1も同様の使い方)
[Visual Basic] Public ReadOnly Property MaxApertureValue0 As Integer
[C#] public int MaxApertureValue0 {get;}
プロパティ値
MaxApertureValue0は、レンズの最小F値の分子
MaxApertureValue1は、レンズの最小F値の分母
レンズの最小F値(単位はAPEX値) = MaxApertureValue0 / MaxApertureValue1
一般的な記載範囲は00.00から99.99です。
※APEXはAdditive System of Photographic Exposureの略
解説
Exifの撮影条件に関するタグです。
参照
ImageKit.File.Exif メンバ | Newtone.ImageKit.WPF.ImageKit