ImageProperties クラス (Windows.Storage.FileProperties 名前空間)
public sealed class ImageProperties
継承:Object → ImageProperties
[toc]目次
プロパティ
CameraManufacturer
public string CameraManufacturer { get; set; }
CameraModel
public string CameraModel { get; set; }
DateTaken
public DateTimeOffset DateTaken { get; set; }
Height
public uint Height { get; }
Keywords
public IList<string> Keywords { get; }
Latitude
public Nullable<double> Latitude { get; }
Longitude
public Nullable<double> Longitude { get; }
Orientation
public PhotoOrientation Orientation { get; }
PeopleNames
public IReadOnlyList<string> PeopleNames { get; }
Rating
public uint Rating { get; set; }
Title
public string Title { get; set; }
Width
public uint Width { get; }