ImageFormat.Exif プロパティ

定義

Exif (Exchangeable Image File) 形式を取得します。

public:
 static property System::Drawing::Imaging::ImageFormat ^ Exif { System::Drawing::Imaging::ImageFormat ^ get(); };
public static System.Drawing.Imaging.ImageFormat Exif { get; }
member this.Exif : System.Drawing.Imaging.ImageFormat
Public Shared ReadOnly Property Exif As ImageFormat

プロパティ値

ImageFormat

Exif 形式を示す ImageFormat オブジェクト。

適用対象