ImageProperties クラス

ImageProperties クラス (Windows.Storage.FileProperties 名前空間)

[APIドキュメント]

public sealed class ImageProperties

継承:Object → ImageProperties

プロパティ

CameraManufacturer

@ [APIドキュメント]

public string CameraManufacturer { get; set; }

CameraModel

@ [APIドキュメント]

public string CameraModel { get; set; }

DateTaken

@ [APIドキュメント]

public DateTimeOffset DateTaken { get; set; }

Height

@ [APIドキュメント]

public uint Height { get; }

Keywords

@ [APIドキュメント]

public IList<string> Keywords { get; }

Latitude

@ [APIドキュメント]

public Nullable<double> Latitude { get; }

Longitude

@ [APIドキュメント]

public Nullable<double> Longitude { get; }

Orientation

@ [APIドキュメント]

public PhotoOrientation Orientation { get; }

PeopleNames

@ [APIドキュメント]

public IReadOnlyList<string> PeopleNames { get; }

Rating

@ [APIドキュメント]

public uint Rating { get; set; }

Title

@ [APIドキュメント]

public string Title { get; set; }

Width

@ [APIドキュメント]

public uint Width { get; }

メソッド