ImageFormat.Jpeg プロパティ

定義

JPEG (Joint Photographic Experts Group) イメージ形式を取得します。

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

プロパティ値

JPEG イメージ形式を示す ImageFormat オブジェクト。

適用対象