ImageFormat.Bmp プロパティ

定義

ビットマップ (BMP) イメージ形式を取得します。

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

プロパティ値

ビットマップ イメージ形式を指定する ImageFormat オブジェクト。

適用対象