GetImageFileTypeメソッド、 GetImageFileTypeFromRawData メソッドを実行することにより設定される、Exif関係の値を取得します。

※SubjectLocationXにて説明(SubjectLocationYも同様の使い方)
[Visual Basic]
Public ReadOnly Property SubjectLocationX As Integer
[C#]
public int SubjectLocationX {get;}

プロパティ値

SubjectLocationXは、主要被写体のおおよそのX座標値
SubjectLocationYは、主要被写体のおおよそのY座標値

解説

Exifの撮影条件に関するタグです。

参照

ImageKit.File.Exif メンバ | Newtone.ImageKit.WPF.ImageKit